Skip to content

A to-do-list / task-tracker app built with React

Notifications You must be signed in to change notification settings

pratikgl/Task_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A to-do-list / task-tracker app built with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published