Using the latest tools and techniques to build a single page application using React. This modern client application allows users to book and cancel interviews.
- React
- Webpack, Babel
- Axios
- Storybook, Webpack Dev Server, Jest, Testing Library
- Scheduler client app created using Create React App
- Scheduler API server using Express
The testing process followed through the development on the project includes best practices in:
- Unit testing
- Integration testing
- End to End testing
Install dependencies with npm install
.
npm start
npm test
npm run storybook