Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 835 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 835 Bytes
summary time deliverables
Use Javascript & jQuery to make a simple to-do list.
1 hour
1 HTML file, 1 CSS file, 1 JS file

Simple to-do list

Overview

  • 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 online.