ryanpunwasi / scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview Scheduler

A single-page application built with React that allows users to view, book, edit and cancel interviews.

Screenshots

List of appointments

List of appointments

Appointment form

Appointment form

Cancellation Prompt

Cancellation Prompt

Setup

Clone repo and install dependencies with npm install.

Running Webpack Development Server


The Webpack Development Server will run on port 8000.


npm start

Running Jest Test Framework


You can run the included unit and integration tests by running:

npm test

Running Storybook Visual Testbed


You can view the included storybook stories by running:

npm run storybook

Dependencies

  • Axios
  • react
  • @testing-library/react-hooks
  • react-test-renderer

About


Languages

Language:JavaScript 82.8%Language:SCSS 14.3%Language:HTML 2.9%