https://github.com/101loop/itlog
Its a small application in which can track logs of members about what they are doing, made on React JS and uses JSON Server as a Backend
https://github.com/101loop/itlog
department json-server react-js redux
Last synced: 7 months ago
JSON representation
Its a small application in which can track logs of members about what they are doing, made on React JS and uses JSON Server as a Backend
- Host: GitHub
- URL: https://github.com/101loop/itlog
- Owner: 101Loop
- License: mit
- Created: 2020-11-30T16:42:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T03:45:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T07:30:24.868Z (9 months ago)
- Topics: department, json-server, react-js, redux
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# IT LogIT Log is a responsive , logging application which can be used by IT department to log issues and fixes done by members of the department.
Made using React JS powered JSON Web Server.# Features!
- You can add/delete logs
- Add technician
- Change the status to attention needed or not.
- Search through the logs.
... etc### Tech
ITLog uses a number of open source projects to work properly:
* [ReactJS](https://reactjs.org)
* [JSON Web Server](https://github.com/typicode/json-server)
* [VS Code](https://code.visualstudio.com/)
* [Redux](https://redux.js.org)
* [Materialize CSS](https://materializecss.com/)### Installation
IT Log requires [Node.js](https://nodejs.org/) v4+ to run.
Steps to do the installation:
```sh
Fork the Repository
Clone the Repository to your local
$ cd itlog
$ npm install
$ npm run dev
```
Your JSON Web Server will run on PORT `5000` and your react dev server will run PORT `3000`To checkout this repository's Database go [here](https://my-json-server.typicode.com/stephin007/ITLog)
### Customise your Server!
You can modify your data base accordingly simply find the `db.json` file and add the data as you wish### Wanna Add Features?
Want to contribute? Great!
Open an issue and let me know what features you intend to introduce in this projectLicense
----[MIT](https://github.com/101Loop/ITLog/blob/master/LICENSE)
**Free Software, Hell Yeah!**