Welcome to the To-Do List project! This responsive web application helps you manage your tasks efficiently. Developed using HTML, CSS, and JavaScript, it offers a simple and intuitive interface to add, edit, delete, and mark tasks as complete.
- Add Tasks: Quickly add new tasks to your to-do list.
- Delete Tasks: Remove tasks that are no longer needed.
- Responsive Design: Ensure a seamless experience across various devices.
- Persistent Storage: Tasks are saved in the local storage, so your list remains even after refreshing the page.
- HTML: Markup language for structuring the application.
- CSS: Styling to create a visually appealing and responsive design.
- JavaScript: Adds interactivity and dynamic features to the to-do list.
- Visual Studio Code: The chosen IDE for development.
- GitHub: Version control and project hosting.
- /css: Contains stylesheets for the project.
- /js: Includes JavaScript files for to-do list functionality.
- index.html: The main HTML file for the To-Do List application.
- style.css: Primary stylesheet for styling.
- script.js: JavaScript file for handling dynamic content and task management.
-
Clone the repository to your local machine.
git clone https://github.com/chula805/ToDoList.git
-
Open the project in Visual Studio Code or your preferred code editor.
-
Launch the application by opening
index.htmlin a web browser. -
Start managing your tasks by adding new ones, editing existing ones, marking them as complete, or deleting them as needed.
Try out the To-Do List application with our live demo - https://chula805.github.io/ToDoList/
Your feedback is invaluable! If you have suggestions for improvements, encounter any issues, or want to contribute to enhancing the To-Do List, please open an issue or submit a pull request.β¨
