This is a Todo App I have created from scratch using HTML, CSS, and Javascript.
ToDo App is simple and awesome app to organize your tasks with very easy to use interface. ToDo can help you to make list of your tasks
- create a Task and displays to the user
- check mark the completed task
- delete the task
- Fully Mobile Responsive App
- data is persistence
- user can filter the todos: All, Completed, Uncompleted
You need to have a basic knowledge of HTML, CSS and JavaScript, variables, arrays, functions and objects under your belt. Additionally, you need to have Git, VScode text editor installed on your computer.
- Live server to run the project. Click here to see download instructions and how to use live server to tun the project
- clone the repository using below command
git clone https://github.com/altafshaikh/persistence-todo-app.git
- And run the index.html using Live server
To Host the Project I had used Github Pages. To learn more visit her
- Buildinga persistance to do app
- user input validation and sanitizing user input
- JS Event Listener
- browser local Strorage
- css transition
- JS Modules
- JS Dom Manipulation
- Altaf Shaikh - work by - altafshaikh
This project is licensed under the MIT License - see the LICENSE.md file for details