Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepravin/to-do-app
https://github.com/thepravin/to-do-app
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepravin/to-do-app
- Owner: thepravin
- Created: 2023-09-05T09:33:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T09:51:22.000Z (over 1 year ago)
- Last Synced: 2023-09-05T11:22:20.557Z (over 1 year ago)
- Language: CSS
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeClause Internship Task 1 - To-Do Web App
## Url
```https://to-do-app-thepravin.netlify.app/
```
## Overview
This is a simple To-Do web app created using HTML, CSS, and JavaScript. It utilizes JavaScript local storage to save tasks directly in the user's browser.## Features
- Add tasks with descriptions.
- Mark tasks as completed.
- Delete tasks.
- Persist tasks using local storage.## Usage
1. Clone this repository to your local machine.
2. Open the `index.html` file in your preferred web browser.## Images
![1](https://github.com/thepravin/To-Do-App/assets/114281988/d9e71fde-753b-41d9-a061-39b95f426cdb)![2](https://github.com/thepravin/To-Do-App/assets/114281988/6d344233-2fc7-4b40-914b-d0b427ca23da)