Manage Pro is a Progressive Web App (PWA) built with React + Vite to help users efficiently manage their tasks using local storage. The app allows sorting, editing, and tracking tasks seamlessly.
- Task Management: Add, edit, and delete tasks.
- Sorting Options: Sort tasks by title, description, and completion status.
- Full Editability: Modify headings, tasks, and track last task creation time.
- Task Completion Monitoring: Dedicated button to mark tasks as completed.
- Bulk Actions: Delete individual tasks or clear all tasks at once.
- Search Functionality: Easily find tasks by keyword.
- Progressive Web App (PWA): Installable and works offline.
- Framework: React + Vite
- Deployment: Netlify
- Clone the repository
git clone https://github.com/LakshyaRoy/ManagePro.git cd ManagePro
- Install dependencies
npm install
- Run the development server
npm run dev
- Open in Browser
Visit
http://localhost:3000/
to view the project.
For any queries, feel free to reach out!
Let me know if you need any modifications! 🚀