/it-logger

A React app designed to track the issues and tasks within an IT department

Primary LanguageJavaScript

IT-Logger

A React app designed to track the issues and tasks in an IT department. Uses JSON-Server as a mock backend. Part of the "Modern React Front To Back" Udemy course.

Usage

npm install

npm start & npm run json-server

Runs the app with the backend JSON-Server
Open http://localhost:3000
Server http://localhost:5000
db.json contains backend data

npm run build

Builds the app for production to the build folder.