Interview Scheduler is a single page full-stack app to schedule appointment and it provides real time experience to the user without reloading the page.
- ReactJS
- NodeJS
- Storybook
- Jest
- Cypress
- Netlify
- Websockets
- Clone this repository
git clone git@github.com:kapildoppiogroup/scheduler.git
- Open project directory and install dependencies
npm i
- Run the Server
npm start
-
The server must be running on port 8000. Visit local host
-
Running Jest Test Framework
npm test
- Running Storybok visual testbed
npm run storybook