Mini-Project from RevoU Coding Camp – 4–8 August 2025
Repository: codingcamp-04-aug-25-GeNdarrr
This mini project resulting from the RevoU Coding Camp session is an interactive To-Do List application based on HTML, CSS, and JavaScript to record, manage, and show task lists.
- Add Task & Due Date – input a new task with its deadline.
- Input Validation – prevent empty fields.
- Notifications/Massages – display warning or confirmation messages.
- Table View – display tasks neatly in a table.
- Edit Task – modify task content and/or due date.
- Date Filter – show tasks by specific date.
- Mark Status – ✅ completed or ❌ pending.
- Delete One / All – remove individual or all tasks.
- Save to LocalStorage – keep data even after page refresh.
- Responsive Design – optimized for various devices.
HTML5
CSS
JavaScript
- Google Material Icons
📁 codingcamp-04-aug-25-GeNdarrr/
├── 📁 css/
│ └── style.css
├── 📁 js/
│ └── script.js
├── index.html
└── README.md
- Open the application in your browser.
- Add a new task along with its due date.
- Use the filter to display specific tasks.
- Edit or delete tasks as required.
- Mark tasks as completed once they are done.
- Manage your task list easily and efficiently.
- All changes are automatically saved in LocalStorage, so your data stays even after a page refresh.
GeNdarrr — 2025