The Interview Scheduler is a client application created using Create React App. It allows clients to create, edit and cancel appointments with interviewers. The following stack is used with this project:
- React
- Webpack, Babel
- Axios
- Storybook, Webpack Dev Server, Jest, Testing Library
This application connects to the Scheduler API server. A repo and setup instructions can be found at: https://github.com/lighthouse-labs/scheduler-api
Install dependencies with npm install
.
npm start
npm test
npm run storybook