A simple and clean To-Do List web app built using HTML, CSS, JavaScript, and Bootstrap 5. It allows users to add, view, and delete their tasks, with all data being stored locally in the browser using LocalStorage.
- HTML5
- CSS3
- JavaScript (ES6)
- Bootstrap 5
- LocalStorage API
- Add items with title and description
- Delete individual tasks
- Clear entire task list
- Responsive UI
- Persistent data with
localStorage
- Uses
localStorageto store and persist task data. - Dynamic HTML rendering using JavaScript.
- Tasks are stored as an array of arrays in JSON format and updated every time a task is added or removed.
View Deployed Project on GitHub Pages
To run this project locally:
- Clone the repository:
git clone https://github.com/05-jagritii/to-do-list.git cd to-do-list - Open the project:
start index.html
to-do-list/
├── index.html
├── style.css
└── README.md
Jagriti Kanwar
Mail:kanwarjagriti21@gmail.com
LinkedIn: Jagriti Kanwar
