https://github.com/ssewilliam/sse-maintenance-tracker-front-end
Maintenance Tracker App is an application that provides users with the ability to reach out to operations or repairs department regarding repair or maintenance requests and monitor the status of their request.
https://github.com/ssewilliam/sse-maintenance-tracker-front-end
javascript maintenance-tracker react react-app react-structure redux redux-thunks
Last synced: 26 days ago
JSON representation
Maintenance Tracker App is an application that provides users with the ability to reach out to operations or repairs department regarding repair or maintenance requests and monitor the status of their request.
- Host: GitHub
- URL: https://github.com/ssewilliam/sse-maintenance-tracker-front-end
- Owner: ssewilliam
- Created: 2018-09-21T15:55:59.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-04T13:33:23.000Z (over 3 years ago)
- Last Synced: 2023-03-08T13:13:02.749Z (about 3 years ago)
- Topics: javascript, maintenance-tracker, react, react-app, react-structure, redux, redux-thunks
- Language: JavaScript
- Homepage: https://sse-maintenance-tracker.herokuapp.com/
- Size: 4.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maintenance Tracker
[](https://travis-ci.org/ssewilliam/sse-maintenance-tracker-front-end) [](https://circleci.com/gh/ssewilliam/sse-maintenance-tracker-front-end/tree/develop) [](https://coveralls.io/github/ssewilliam/sse-maintenance-tracker-front-end?branch=develop&service=github) [](https://codeclimate.com/github/ssewilliam/sse-maintenance-tracker-front-end/maintainability)
[](https://codeclimate.com/github/ssewilliam/sse-maintenance-tracker-front-end/test_coverage)
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.
## Application on Heroku
[Maintenance Tracker](https://sse-maintenance-tracker.herokuapp.com/)
## Requirements
For development, you will only need Node.js installed on your environement.
### Node
[Node](http://nodejs.org/) is really easy to install & now includes [NPM](https://npmjs.org/).
You should be able to run the following command after the installation procedure
below.
$ node --version
v10.11.0
## To install and run project locally
$ 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
### Running tests
`npm test -- --coverage --no-edit`