Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1007 Bytes

File metadata and controls

34 lines (27 loc) · 1007 Bytes

Task Manager

A task manager app built with React and Tailwind CSS that helps you add and manage tasks efficiently. Users can add tasks, mark them as complete and delete them when no longer needed. Tasks persist across sessions using the browser's Web Storage API, so your data is never lost on reload.

Features

  • Add a task
  • Delete a task
  • Mark task as complete
  • Filter task on the basis of completion
  • Tasks persist across sessions

Screenshot

task-manager-1

Tech Stack Used

React, Vite, Web Storage API (localStorage), Tailwind CSS

To run it locally

Run these in your terminal one by one:-

git clone https://github.com/priyanshuyadavv19/task-manager.git
cd task-manager
npm install
npm run dev

Live demo

Task Manager


Made by Priyanshu Kumar Yadav