Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.62 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.62 KB

To-Do-List App

This web-app is a TO-DO-LIST app. Using this we can keep track of the daily activities we are working on.

The URL for the app is https://madhuni.github.io/to-do-list-app

Getting Started

How it works

In order to enter the task, we just need to enter the task name (could be anything) in the input box and the list will appear with those items.

Installing

Features of the App

  • We can input as many tasks we want in the list.
  • Once the task is complete, we can mark that as complete by clicking the checkbox.
  • This app will keep track of the Total tasks, Pending Tasks and the Completed Tasks. There are three buttons provided for this, clicking on them, will show the corresponding list.
  • We can always delete the task from the list on clicking the bin box appearing on the list.
  • Also we can edit the to-do by double clicking the item and just click anywhere outside the list to save that edited item.
  • This app will keep track of the items you entered in the list. If you shutdown you PC or close the browser tab or refresh the tab, the data you stored will not lost. So that you will never lose you items feed in the list until you remove them yourself.

Built With

  • HTML-5
  • CSS-3
  • Javascript
  • Bootstrap
  • Angular JS