Skip to content

A task tracker built with React. Add tasks, view them, mark them completed, delete, and filter.

Notifications You must be signed in to change notification settings

Aadityakashyap/task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker

A task tracker built with React. Add tasks, view them, mark them completed, delete, and filter.

Features

  • Add, view, complete, delete tasks
  • Filter: All / Pending / Completed
  • LocalStorage persistence
  • Dark/light theme toggle
  • Fully responsive

Getting started

1. Clone the repo:

git clone task-tracker
cd task-tracker

2. Install dependencies and run:

npm install
npm run dev

Visit http://localhost:5173

Deployment

1. Deploy to Netlify

  • Build the project:
   npm run build
  • Go to Netlify.
  • Drag and drop the dist folder into Netlify dashboard.
  • Netlify will deploy your app in a few minutes.

2. Verify Deployment

Visit your Netlify domain and test adding, viewing, completing, deleting, and filtering tasks.

About

A task tracker built with React. Add tasks, view them, mark them completed, delete, and filter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors