This is a simple Todo List application built with HTML, CSS, and JavaScript. The app allows users to add, delete, and filter their todos.
- Add new todos
- Delete existing todos
- Filter todos by status
To get started with the Todo List App, follow these steps:
- Clone the repository:
git clone https://github.com/Yunis003/todo-list-app.git
- Navigate to the project directory:
cd todo-list-app - Open
index.htmlin your web browser to view the app.
- Add Todo: Type your todo in the input field and press the "Add" button.
- Delete Todo: Click the delete icon next to the todo item you want to remove.
- Filter Todos: Use the filter options to view all, completed, or pending todos.
- HTML
- CSS
- JavaScript
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the Algorithmics Global License.