Interview Scheduler is a simple, single-page app to help you book an interview with a interviewer.
Install dependencies with npm install
.
npm start
npm test
npm run storybook
This app is build using HTML, CSS, JS, React, axios for the front-end, Node, Express, and PostgreSQL for the back-end, storybook, JEST and Cypress for the testing.
- Fork this repository.
- Clone your repository onto your local device.
- Install dependencies using the
npm install
command. - Start the web server using the
npm start
command. The app will be served at http://localhost:8000/. - Go to http://localhost:8000/ in your browser.
- Express
- Node 5.10.x or above
- React
- Axios
- Storybook
- Jest
- Cypress