Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 698 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 698 Bytes

Interview Scheduler

About

Simple scheduler app. A project exploring how to use React front end UI framework and various development environments such as Storybook and Webpack. Uses Jest and Cypress for extensive testing.

Screenshots

Main Page

Stack

  • React
  • SCSS
  • Javascript
  • Jest
  • Cypress
  • Storybook
  • Axios
  • Webpack
  • Babel

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