A simple, responsive, and playful To-Do List application built with HTML, CSS, and JavaScript. This project demonstrates a clean user interface and basic CRUD (Create, Read, Update, Delete) operations for tasks, making it an excellent introduction to front-end web development.
Add Tasks: Add new tasks to the to-do list using the input field.
Delete Tasks: Remove tasks from the list by clicking the "Delete" button.
Playful Design: Designed with a cheerful yellow-and-white theme and a fun, playful font.
Fully Responsive: Works across desktop and mobile browsers.
HTML5: Structure of the application.
CSS3: Styling, layout, and responsiveness.
JavaScript: Interactivity and task management logic.
Type a task into the input field and click the "Add Task" button.
View your tasks displayed below the input field.
Click the "Delete" button next to a task to remove it.
Member 1 : Added the "Add Task" functionality and designed the frontend of the project.
Member 2 : Added the "View Task" functionality.
Member 3 : Added the "Delete Task" functionality
Add functionality to mark tasks as completed.
Save tasks in local storage to persist data across sessions.
Introduce categories or tags for tasks.
