An open API service indexing awesome lists of open source software.

https://github.com/donpushme/scheduler


https://github.com/donpushme/scheduler

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Interview Scheduler
An interview booking app that uses React, Node & Express, and PostgreSQL
## Setup

Install dependencies with `npm install`.

## Running Webpack Development Server

```sh
npm start
```

## Running Jest Test Framework

```sh
npm test
```

## Running Storybook Visual Testbed

```sh
npm run storybook
```
## Screenshots
!['Appointment Viewer'](https://github.com/bcrwb/scheduler/blob/master/root/Appointments.png?raw=true)
!['Days Viewer'](https://github.com/bcrwb/scheduler/blob/master/root/Days.png?raw=true)