Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 812 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 812 Bytes

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.