In this website you will add todo list and also show your todo list and update your todo list. Built in JavaScript.

  • By Aamir khan
  • Last update: Aug 27, 2022
  • Comments: 2

TODO LIST

In this website you will add todo list and also show your todo list and update your todo list.

Built With

  • HTML
  • CSS
  • JavaScript
  • Webpack

Getting Started

Run this command to install dependencies

npm install

Run this command to run server

npm start

Run this command to build your webpack

npm run build

Run this command to test our project

npm test

Live Preview

Live Demo

Authors

👤 Aamir Khan

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

Github

https://github.com/aamirkhan2478/todo-list

Comments(2)

  • 1

    Todo List - Interactive List

    • Add Data to the list and store it in local storage.
    • Show Data on the DOM.
    • Update Completed property true and false when the checkbox is checked or unchecked.
    • Add functionality when the user clicks on the clear all completed button the completed task will be removed.
  • 2

    Todo List - CRUD Operations

    • Add a description in an array and save data in local storage.
    • Show all data on the DOM.
    • Update index and store it in local storage.
    • Remove specific data by index from the array.
    • Clear all completed tasks.