Skip to content

Files

Latest commit

 

History

History
 
 

To-Do List

TO-DO List

Simple TO-DO List written in HTML, CSS, and JavaScript .

Use of the Project:

TODO List are the lists that we generally use to maintain our day to day tasks or list of everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules.

Used Technologies

  • HTML5
  • CSS3
  • JavaScript

Steps to Use:


  • Download or clone the repository
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
  • Go to the directory
  • Run the index.html file
  • Add your tasks According to your wish

ScreenShots

todo


  • To add the Task,Write the Task in the box and click on Add Button

    todo-add

  • If you have completed the task,click on the task to strike-out

    todo-delete

  • To Remove the completed Task,First click on the task to strike-out and then Click on Cleanup

    todo remove