TaskMaster Pro
An Advanced web-based to-do list application built with vanilla Javascript. Features
- Add new tasks.
- Displays tasks in a list.
- Mark tasks as complete and incomplete.
- Delete tasks.
- Filter tasks (All/ Active/ Completed).
- Search tasks in real-time.
- Drag and Drop task reordering.
- Inline task editing on double-click.
- Data persists in local Storage.
Project Structure taskmaster-pro/ ├── index.html ├── css/ │ └── style.css ├── js/ │ ├── app.js │ ├── ui.js │ └── storage.js └── README.md
Technology Stack HTML5 CSS3 JAVASCRIPT(VANILLA)
Screenshot
How to run it locally
1.Clone or download this repo 2.Open ‘index.html’
Note: No setup or installation required!
Live Demo
https://advancedtaskmasterpro.netlify.app/
Future Improvements
- Add due dates and reminders
- Sync across devices
- User login and cloud storage
- Dark mode toggle
Author Created by Francis Ewusi Idun-Arthur
