Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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