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.
If you want to run it locally:
yarn install
yarn start
Run Jest + Enzyme tests with:
yarn test