Simple To-Do App This is a clean and responsive to-do list web application. It allows users to add, edit, mark as complete, and delete tasks. The user interface is designed with a modern, dark theme and uses separate files to organize the HTML, CSS, and JavaScript.
Features Add Tasks: Easily add new tasks with a single click.
Edit Tasks: Update the text of an existing task.
Mark as Done: Toggle the completion status of a task.
Delete Tasks: Permanently remove a task from the list.
Responsive Design: The layout adjusts to fit different screen sizes, from mobile to desktop.
Clean Code Structure: The project follows best practices by separating content, styling, and logic into three distinct files.
How to Run the Project Clone the Repository: Clone this project to your local machine using your preferred method (e.g., git clone).
Open the File: Simply open the index.html file in any modern web browser.
Start Adding Tasks: Use the input box to add new tasks to your list.
Project Structure index.html: The main HTML file that defines the structure and content of the web page.
style.css: The stylesheet that provides all the visual styling, including colors, layout, and button designs.
script.js: The JavaScript file that handles all the application logic, such as adding, editing, and deleting tasks.
Technologies Used HTML
CSS