Skip to content

Brommstein/EventListeners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements In terms of user experience, your shopping list app must allow users to:

enter items they need to purchase by entering text and hitting "Return" or clicking the "Add item" button check and uncheck items on the list by clicking the "Check" button permanently remove items from the list Additionally:

You must use a CDN-hosted version of jQuery Put your application code in a file called index.js and link to it in index.html Be sure to put both script elements at the bottom of the element. Do not alter index.html or main.css other than adding the links to the external JavaScript inside index.html. Write JavaScript code that works with the existing HTML and CSS to implement the required features. Hint: you may find it helpful to read up on and use the following jQuery methods: .submit(), preventDefault(), toggleClass(), and closest(). When you're done, push your work up to GitHub and publish it on GitHub Pages. Submit a link to your repo below.

About

Event listeners assignment for Thinkful

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published