An interview scheduler webapp based on the React framework which allows administration to create, edit, and delete interviews.
The API server can be found and cloned from here: https://github.com/mwkho/scheduler-api
Development uses Storybook and the Webpack Development Server. All automated testing were done through Cypress and Jest.
- Fork this repository, then clone your fork of this repository.
- Install dependencies with
npm install
. - Follow the instructions in the API server and start it.
- Starting the app with
npm start
. The app will be served at http://localhost:8000/.
Note: This will also start the Webpack Development Server
npm test
npm run storybook
- axios
- @testing-library/react-hooks
- react-test-renderer
- cypress