Interview Scheduler is a single page React application. It was designed to learn the fundamentals of building functional components with React.
Install dependencies with npm install
.
npm start
npm test
npm run storybook
- A user can create, read, update, and delete appointments from the user interface.
- When a user adds an interview they can type their name and select an interviewer from a given list of available staff.
- Data is persisted to the database once an appointment is saved successfully.