shaw0106 / simple-to-do-list

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:HTML 55.1%Language:JavaScript 29.7%Language:CSS 15.2%