Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zajjaj-khan/it_logger
This is a ReactJS Application that fetches data pre-loaded data from json server, Worked on UI/UX of the app
https://github.com/zajjaj-khan/it_logger
Last synced: 9 days ago
JSON representation
This is a ReactJS Application that fetches data pre-loaded data from json server, Worked on UI/UX of the app
- Host: GitHub
- URL: https://github.com/zajjaj-khan/it_logger
- Owner: Zajjaj-Khan
- Created: 2023-09-06T16:20:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-14T16:44:27.000Z (about 1 year ago)
- Last Synced: 2023-09-15T09:12:28.499Z (about 1 year ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IT Logger
Its a simple ReactJS application that let user maintain the logs for the tech maintainance, Add new Technician , Edit Logs/Technicians and Delete them . BAsically a CRUD functionality.
## Usage
To run this Web-app on your local machine you must have Node and npm installed
### Git Clone
```http
git clone https://github.com/Zajjaj-Khan/IT_Logger.git
```## NPM Packages
```javascript
npm i json-server
npm i materialize-css```
```javascript
npm i moment
npm i react-momnet
```Make Sure you have concurrently installed
```javascript
npm run dev
//Or if you Dont want to run backend
npm start
```## Back-end Api
I have used a pre-built API , json-server
```
https://github.com/typicode/json-server
```## Tech Stack
**Client:** React, Materialize
**Server:** json-Server