This repository contains a simple and elegant Todo List web app built using Tailwind CSS and JavaScript. The app allows users to create, manage, and save todos, all while enjoying a beautiful user interface design.
- Add new todos with a user-friendly interface.
- Mark todos as completed.
- Delete completed todos or those no longer needed.
- Save todos to the local storage for persistent data.
- Schedule your to-dos
- Change to-dos status
- Filter to-dos by status
You can check out the live demo of the Todo List web app here).
- HTML5: The structure of the web app.
- CSS3 with Tailwind CSS: For styling the app beautifully.
- JavaScript: To handle the interactive functionality of the app.
- Local Storage: To save todos for persistent data across browser sessions.
To run the Todo List web app on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/abdellatif-laghjaj/todo-list.git