Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.