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

https://github.com/obrm/it-logger

React app to track IT department tasks and issues. Uses JSON-Server as a mock backend. Built with React & Redux. Used Materialize for the UI styling.
https://github.com/obrm/it-logger

materialize react redux

Last synced: about 1 year ago
JSON representation

React app to track IT department tasks and issues. Uses JSON-Server as a mock backend. Built with React & Redux. Used Materialize for the UI styling.

Awesome Lists containing this project

README

          

# ITLogger

> React app to track IT department tasks and issues. Uses JSON-Server as a mock backend.

## Website

https://obrm.github.io/it-logger/

## Usage

### `npm install`

### `npm run dev`

Runs the app with the backend JSON-Server

Open [http://localhost:3000](http://localhost:3000)
Server [http://localhost:5000](http://localhost:5000)
db.json contains data

### `npm run build`

Builds the app for production to the `build` folder.