Skip to content

xli52/scheduler

Repository files navigation

Interview Scheduler

Interview Scheduler is a simple, single-page app to help you book an interview with a interviewer.

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

This app is build using HTML, CSS, JS, React, axios for the front-end, Node, Express, and PostgreSQL for the back-end, storybook, JEST and Cypress for the testing.

Final Product

"Screenshot of app view" "Screenshot of hover over a interview" "Screenshot of add/edit a interview"

Getting Started

  1. Fork this repository.
  2. Clone your repository onto your local device.
  3. Install dependencies using the npm install command.
  4. Start the web server using the npm start command. The app will be served at http://localhost:8000/.
  5. Go to http://localhost:8000/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above
  • React
  • Axios
  • Storybook
  • Jest
  • Cypress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published