📝 To-Do List App
This project is a to-do list application built with JavaScript, showcasing how to create, manage, and store tasks in the browser using local storage.
🛠️ Skills Acquired:
JavaScript: Implementing logic to add, edit, and remove tasks.
🖥️ DOM Manipulation: Interacting with HTML elements to dynamically update the user interface.
💾 Local Storage: Persisting data in the browser to keep tasks saved between sessions.
🎨 CSS: Styling the interface for an appealing visual experience.
📱 Responsive Design: Creating an interface that adapts to different screen sizes.