Interview Scheduler

React Web Application for interview scheduling.

Final Product

"Index Page with selection of weekdays and corresponding interviews(defaults to Monday)"

"Creating a new interview"

"Newly created interview on the index page"

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

Dependencies

  • axios: "^0.19.2"
  • classnames: "^2.2.6"
  • normalize.css: "^8.0.1"
  • react: "^16.9.0"
  • react-dom: "^16.9.0"
  • react-scripts: "3.0.0"

devDependencies

  • @babel/core: "^7.4.3"
  • @storybook/addon-actions: "^5.0.10"
  • @storybook/addon-actions: "^5.0.10"
  • @storybook/addon-backgrounds: "^5.0.10"
  • @storybook/addon-links: "^5.0.10"
  • @storybook/addons: "^5.0.10"
  • @storybook/react: "^5.0.10"
  • @testing-library/jest-dom: "^4.0.0"
  • @testing-library/react: "^8.0.7"
  • @testing-library/react-hooks: "^3.2.1"
  • babel-loader: "^8.0.5"
  • node-sass: "^4.11.0"
  • prop-types: "^15.7.2"
  • react-test-renderer: "^16.9.0"