Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishanmihiranga/to-do-list
A simple To-Do App built using HTML, CSS, and JavaScript.
https://github.com/krishanmihiranga/to-do-list
css html javascript localstorage todolist
Last synced: about 2 months ago
JSON representation
A simple To-Do App built using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/krishanmihiranga/to-do-list
- Owner: KrishanMihiranga
- Created: 2023-12-19T16:00:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T16:09:43.000Z (about 1 year ago)
- Last Synced: 2024-04-20T13:11:06.450Z (9 months ago)
- Topics: css, html, javascript, localstorage, todolist
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do App with Local Storage
This simple To-Do App is built using HTML, CSS, and JavaScript. It allows users to manage their tasks by adding, deleting, and marking tasks as completed. The application stores data locally, utilizing the browser's local storage for persistence.
## Features
- Add tasks with categories
- Mark tasks as completed
- Delete tasks
- Store data locally using browser's local storage
- Responsive design for various screen sizes## Live Site
Visit the live site: [To-Do App Live](https://krishanmihiranga.github.io/to-do-list/)
## Getting Started
1. Clone the repository to your local machine:
```bash
git clone https://github.com/KrishanMihiranga/to-do-list.git
```
2. Open `index.html` in your web browser.
3. Interact with the To-Do App to manage your tasks.