/timetablr

reactjs front end for tbd scheduler

Primary LanguageJavaScript

This is the front-end application that works in conjunction with the TBD Scheduler.

You can see a demo here. Unfortunately, the app is hosted on a free Heroku dyno, which means it takes a second to warm up at first.

Getting started

If you want to run it locally:

yarn install
yarn start

Tests

Run Jest + Enzyme tests with:

yarn test