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.
- Host: GitHub
- URL: https://github.com/obrm/it-logger
- Owner: obrm
- Created: 2021-01-17T15:26:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T10:39:34.000Z (over 5 years ago)
- Last Synced: 2025-01-03T03:42:42.795Z (over 1 year ago)
- Topics: materialize, react, redux
- Language: JavaScript
- Homepage: https://obrm.github.io/it-logger/
- Size: 915 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.