A simple and visually appealing ToDo List application built using HTML, CSS, and JavaScript. This project allows users to add, edit, mark as completed, and delete tasks.
- Add new tasks to the list.
- Edit existing tasks.
- Mark tasks as completed with a checkbox.
- Delete tasks from the list.
- Responsive design for different screen sizes.
- Styled using Google Fonts and Font Awesome icons.
- HTML
- CSS
- JavaScript
todoListApp.html- The main HTML structure of the ToDo List applicationtodoLIstApp.css- Styles for the application, including responsive designtodoListApp.js- JavaScript logic for handling task addition, editing, completion, and deletion
- Clone this repository:
git clone https://github.com/DevOlabode/todo-list-app.git
- Navigate to the project folder:
cd todo-list-app - Open
todoListApp.htmlin a browser. - Start adding your tasks!
Made by Samuel Olabode.
This project is licensed under the MIT License.


