Skip to content

Made a simple website that can track tasks using react

Notifications You must be signed in to change notification settings

Gathin23/task-tracker-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker App Made with React

This is my first project built with React

It includes the React UI and JSON-server for mock backend

To Run The Project

First Install Dependencies

npm install

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

npm start

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

npm run server

To build the project for production

npm run build

About

Made a simple website that can track tasks using react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published