Interview Scheduler is a full stack web application built with React and a database language such as PostgreSQL that allows users to schedule interviews. Users can create an appointment, select the hours and days of the week, edit and delete them, also select from a number of provided interviewers.
- axios
- classnames
- normalize.css
- react
- react-dom
- react-hooks-testing-library
- react-scripts
Install dependencies with npm install
.
For the database API, head to : https://github.com/lighthouse-labs/scheduler-api and follow the instructions on the README.md file for the setup.
npm start
npm test
npm run storybook