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
Authors
- GitHub: @aamirkhan2478
- Twitter: @SmartKhan2478
- LinkedIn: LinkedIn
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
📝
License
This project is MIT licensed.
Todo List - Interactive List
local storage
.DOM
.true
andfalse
when thecheckbox
ischecked
orunchecked
.clear all completed
button thecompleted task
will beremoved
.Todo List - CRUD Operations
description
in anarray
and save data inlocal storage
.data
on theDOM
.index
and store it inlocal storage
.specific data
byindex
from thearray
.completed
tasks.