An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Maintenance Tracker

[![Build Status](https://travis-ci.org/ssewilliam/sse-maintenance-tracker-front-end.svg?branch=develop&service=github)](https://travis-ci.org/ssewilliam/sse-maintenance-tracker-front-end) [![CircleCI](https://circleci.com/gh/ssewilliam/sse-maintenance-tracker-front-end/tree/develop.svg?style=svg)](https://circleci.com/gh/ssewilliam/sse-maintenance-tracker-front-end/tree/develop) [![Coverage Status](https://coveralls.io/repos/github/ssewilliam/sse-maintenance-tracker-front-end/badge.svg?branch=develop&service=github)](https://coveralls.io/github/ssewilliam/sse-maintenance-tracker-front-end?branch=develop&service=github) [![Maintainability](https://api.codeclimate.com/v1/badges/cc0d88745c37659ea50c/maintainability)](https://codeclimate.com/github/ssewilliam/sse-maintenance-tracker-front-end/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/cc0d88745c37659ea50c/test_coverage)](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`