Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucky-bhure/to-do_list


https://github.com/lucky-bhure/to-do_list

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# To Do List Web Application

This is a simple To Do List web application built using HTML, CSS, and JavaScript. It allows users to create tasks, mark them as completed, and delete them. Tasks are stored locally using browser's local storage.

![Demo](demo.gif)

## Features

- Add tasks: Users can enter a task in the input field and click the "Submit" button to add it to the list.
- Mark tasks as completed: Users can check the checkbox next to a task to mark it as completed. Completed tasks will have a line-through effect.
- Delete tasks: Users can click the delete button next to a task to remove it from the list.
- Save tasks: Users can save their tasks locally using the "Save" button. Tasks will persist even after closing the browser.