Interview Scheduler is a simple, single-page app to help you book an interview with a interviewer.
Install dependencies with npm install.
npm startnpm testnpm run storybookThis 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 installcommand. - Start the web server using the
npm startcommand. 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


