Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 494 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 494 Bytes

Task_it

This project features a Task Tracker app built with React where a user can add, delete and modify tasks. It includes the react ui as well as JSON-server for a mock backend

Usage

Clone the whole repo to your local machine using

git clone https://github.com/pratikgl/Task_it.git

Install dependencies

npm install

Run React dev server (http://localhost:3000)

npm start

Run the JSON server (http://localhost:5000)

npm run server