π To-Do List Web App
A fully functional To-Do List Website built entirely with HTML, CSS, and JavaScript!
This project helped me explore core frontend concepts like dynamic task creation, custom deadlines, organizing tasks under different list names, and storing everything persistently using localStorage. πΎ
Seeing everything come together and work exactly as envisioned was an amazing experience! π
Next on the journey: React.js βοΈ and Bootstrap π¨ to build more dynamic and visually appealing apps.
- β Add, edit, and delete tasks dynamically
- π Set custom deadlines for each task
- ποΈ Organize tasks under different list names
- πΎ Persistent storage using
localStorage - π₯οΈ Fully responsive UI for desktop and mobile
- π¨ Clean and minimal design for easy usage
- User Interface: HTML & CSS
- Event Handling: JavaScript
- Task Management & DOM Manipulation: JavaScript functions handle task operations
- Persistent Storage: localStorage
- HTML
- CSS
- JavaScript
- Git
- GitHub