CodeChefVIT / FFDS

Platform to find out when a user is free and connect them to other users in the same free slot in VIT to chat, meet up and chill-out.
https://ffds-react.netlify.app
9 stars 11 forks source link
codechefvit ffcs ffds fully-flexible-dating-system time-table vit

Codechef-VIT

Fully Flexible Dating System

Platform to find out when a user is free and connect them to other users in the same free slot in VIT to chat, meet up and chill-out.

[DOCS]()

[UI ]()

Features

Instructions to run

1) Clone the master branch of FFDS.


$ git clone https://github.com/CodeChefVIT/FFDS

2) Run NPM Install


$ npm install

3) Run NPM Serve (For Dev Build)


$ npm run serve

4) Run NPM Lint (For Linting Code)


$ npm run lint

5) Run NPM Build (For Production Build)


$ npm run build