Skip to content

AtlasSkyholder/scheduler

Repository files navigation

Interview Scheduler

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.

Final Product

"Main page for the Interview Scheduler app"

"Creating an appointment, Create Form"

"Name filled and Interviewer picked"

"Saving segment appears after saving appointment"

"New appointment appears and the free spots number decreases"

"Color changes and the Edit and Delete icons appear when mouse hovers over"

"Edit Form, appears the same and the Create Form"

"Delete Form, gives the user the option to delete or cancel the decision"

"Deleting segment appears after confirming the choice to delete the appointment"

"The spot returns back to being empty, the spots number increases with the appointment deleted"

Dependencies

  • axios
  • classnames
  • normalize.css
  • react
  • react-dom
  • react-hooks-testing-library
  • react-scripts

Setup

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.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published