Skip to content

ltw-webdev-javascript/simple-to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published