Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Feedback #1

Open
7 tasks done
jessicalam opened this issue Mar 14, 2017 · 1 comment
Open
7 tasks done

Project Feedback #1

jessicalam opened this issue Mar 14, 2017 · 1 comment

Comments

@jessicalam
Copy link
Owner

@stuartpearman Can you take a look at this? It's hosted here and meets the following criteria:

  • Your app builds on these files (you can make changes to any of them)
  • When the requestedJokeInput has a value matching the key of an existing joke, the jokeBox HTML is updated in this format
  • When the requestedJokeInput does not match an existing joke, the jokeBox content is updated to No matching joke found.
  • When the Remember this joke! button is clicked, a new joke is saved (or overwritten) in the jokes object, using the data in the associated input/textarea elements
  • When the Forget about it! button is clicked, the joke with that key (if any) is deleted from the jokes object
  • Whenever the jokes object changes, the new version is saved in localStorage and used whenever the user visits the page again
  • It's impossible for an error to ever occur in the JavaScript console
@stuartpearman
Copy link

Looks great Jessica! :shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants