Skip to content

paige-clark/scheduler

Repository files navigation

Interview Scheduler

This project was built to explore creating a single page app with React.

Interview Scheduler is an app that allows a user to browser appointments by day, read the details of appointments, edit existing appointments, add new appointments, and delete existing appointments.

I learned a lot about React and different testing frameworks during the creation of this project, I really like the modularity of the React workflow!

Tools Used

  • React
  • Axios
  • Storybook, Webpack Dev Server, Jest, Testing - Library

Screenshots

Create an appointment by entering a name and selecting an interviewer: add-appointment Each interview can be edited or deleted, note the change to the spots on the left bar when we created a new appointment: updated-spots When a user chooses to delete an appointment they are prompted with a confirmation message: delete-appointment

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

About

Repo for LHL scheduler assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published