Skip to content

sourabh504/js-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

js-todo

Todo List in JavaScript

Steps

  1. Create index.html
  2. Create app.js
  3. Create container to hold todo app
  4. add the texbox to recieve items
  5. add the add button to push the values in the list
  6. add the placeholder to display list
  7. add the functionality of add button
  8. show the added item in the list

Additional features

  1. Reset the list
  2. delete any item in the list
  3. add item on pressing the enter
  4. checkbox to mark it complete
  5. validate not to add empty item

About

Todo List in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published