Skip to content

CameronDunning/scheduler

Repository files navigation

Interview scheduler

Description

A simple interview scheduler for administrators at Lighthouse Labs.

Final Project

"Functionality Demonstration"

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the DB server using the npm start command in the server folder (https://github.com/lighthouse-labs/scheduler-api)
  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.

Setup

Install dependencies with npm install. Run with npm start.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Dependencies

  • Node 5.10.x or above
  • Axios 0.19.x or above
  • Classnames 2.2.6 or above
  • react 16.9.0 or above

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published