/scheduler

Primary LanguageJavaScript

Interview Scheduler

Description

This is our third large scale projects form my schooling at Lighthouse Labs. This is a usefull scheduler application designed to help organize the day by allowing a student to book a one hour time slot with there favorite mentor. This project helped teach us about front end development using React and quering our built database using ajax and webpack.

Authors

Setup

  1. Clone this repository onto your local device.
  2. Install dependencies using the npm install command.
  3. Start the webpack server using the npm start command.
  4. Start the webpack client server using the npm start command. The app will be served at http://localhost:8000/.
  5. Visit http://localhost:8000/ to view the app.

Screenshots

"screenshot of creating a appointment." "screenshot of deleting a appointment"

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Dependencies

  • axios
  • classnames
  • normalize.css
  • react
  • @babel/core
  • @storybook
  • @testing-library/react
  • prop-types