/busy-app

This app will tell you if an engineer is busy.

Primary LanguageJavaScript

Busy App

This app will check on an engineer and tell you if he or she is busy.

Getting Started

First, run an instance of the backend mock-api locally by running:

yarn generate-mock-data
yarn start-mockapi

Then, run the React app:

yarn
npm start