Maintenance Tracker App is an application that provides users with the ability to reach out to the operations or repairs department forrepair and maintenance services. The users can create repair or maintenance requests and monitor the status of those requests.
For development, you will only need Node.js installed on your environement.
Node is really easy to install & now includes NPM. You should be able to run the following command after the installation procedure below.
$ node --version
v10.11.0
$ git clone https://github.com/ssewilliam/sse-maintenance-tracker-front-end.git
Repo cloned to your Computer
$ cd sse-maintenance-tracker-front-end
Change to App folder
$ npm install
Install App dependencies
$ npm start
Start the App
npm test -- --coverage --no-edit