Skip to content

Lalitkumar4/task-tracker-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker App

This Task Tracker app allows users to perform CRUD (Create, Read, Update, and Delete) operations on tasks. The app is supported by a JSON server that offers a RESTful API for task management.

📦 Technologies

  • React.js
  • json server
  • React router
  • React icons
  • Prop types

🚀 Features

  • Add new tasks
  • Add the day and time
  • Update tasks
  • Delete tasks
  • Set Reminder

Usage

Install dependencies

npm install

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

npm start

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

npm run server

Build for production

npm run build

📷 Screenshots

🎥 Preview Video

video.mp4

About

🧾Task tracker app built with React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published