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

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

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.