Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.03 KB

Todo List

A simple todo list project

Tools used

  • plain JavaScript
  • Animate.css

Usage

  • To add a new todo
    • Enter todo text into the field with text Enter new todo
    • Click the + icon to add it to the list
  • Click the X icon to delete a todo item
  • Click on the checkbox to toggle a todo item as completed
  • Click on the tick icon to select or unselect all
  • Click on the trashcan icon to delete all completed todo items
  • Double-click on the todo text to change the todo and press enter

Link to the project's GitHub page

Go to Todo List.

To View Project Locally

  • Clone the repo to your local machine
  • Open the index.html file using your browser

Credit