Interview Scheduler is a single-page React based app that allows users to manage and create interview appointments.
The app will display errors to the user if any arise while making a request to the server.
The scheduler uses Jest for integration testing, and Storybook for isolated component tests.
- React
- Express
- Axios
- SASS
- Jest
- StoryBook
Install dependencies with npm install
.
npm start
npm test
npm run storybook
(You will need to run this on a different terminal than scheduler)
git clone git@github.com:lighthouse-labs/scheduler-api.git
cd scheduler-api
npm start