Skip to content

emnemdesign/simple-to-do-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple to-do list

  • Approx. completion time: 1 hour
  • Deliverables: 1 HTML file, 1 CSS file, 1 JS file

Use Javascript & jQuery to make a simple to-do list.

  • Fork this repository.
  • Make a form with a text input and a submit button.
  • When the form’s submit event is fired, get the value from the input, and add a new <li> onto the page with the text.
  • Clicking on the <li> tags in the list should toggle them complete/incomplete.
  • Run it through Markbot and make sure it passes all the checks.

Goal

Create the interaction shown in the linked video.


Hand in

Drop this folder into your Markbot application. Make sure to fix all the errors. And submit to Canvas using Markbot.

About

Use Javascript & jQuery to make a simple to-do list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.3%
  • CSS 29.5%
  • JavaScript 25.2%