https://github.com/jashmit918/to-do-app
Task Management WebApp
https://github.com/jashmit918/to-do-app
bootstrap css3 html5 javascript
Last synced: 2 months ago
JSON representation
Task Management WebApp
- Host: GitHub
- URL: https://github.com/jashmit918/to-do-app
- Owner: Jashmit918
- License: mit
- Created: 2024-09-04T15:13:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T16:04:02.000Z (almost 2 years ago)
- Last Synced: 2025-06-16T14:51:53.358Z (about 1 year ago)
- Topics: bootstrap, css3, html5, javascript
- Language: CSS
- Homepage: https://jashmit918.github.io/To-Do-App/
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To-Do App
It is a Simple Task Management WebApp that help user to keep track of their tasks.
## Technologies Used:
1. HTML
2. CSS & Bootstrapping
3. JS
## Brief Description:
- This allows user to Create, Edit and Delete the task.
- User can also Edit and Delete an existing task.
- User can mark a Task as completed by clicking the check-box next to the Task.
- Once a task is marked as completed then the Task is visually distinguished from pending tasks.
- Once a task is completed then it will move to the *Completed* Section & Incomplete tasks remain at the *Pending* Section.
- It has a **Clear All** Button to clear all the tasks.
### [Click here](https://jashmit918.github.io/To-Do-App/) to check Results.