Skip to content

hyx131/scheduler

 
 

Repository files navigation

Interview Scheduler

Interview Scheduler is a single page React application that allows users to schedule appointments throughout the day. The page renders a one-week view, with details of each appointment booked for each day of the week.

Booking an appointment:

"Book interview"

Saving status of a newly booked appointment:

"Saving appointment"

Showing an appointment slot:

"Show appointments"

Confirm to delete an appointment:

"Confirm to delete appointment"

Deleting an appointment:

"Delete interview"

JEST tests:

"JEST test"

Storybook:

"Storybook"

Setup

1. Install dependencies

npm install

2. Start Web Server

npm start

3. Vist http://localhost:3000 in your browser to view the web page.

Dependencies

  • Axios
  • Classnames
  • React
  • React-dom
  • React-scripts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • CSS 15.2%
  • HTML 3.0%