Homework 2: Storing data client-side
- Due Sep 8, 2022 by 9:20am
- Points 1
- Submitting a website url
- Available after Sep 6, 2022 at 9:30am
Watch these videos:
- Web Storage Links to an external site.
- Adding CRUD operations to Tododles using localStorage (Part 1) Links to an external site.
- Adding CRUD operations to Tododles using localStorage (Part 2) Links to an external site.
Next, extend our class example of Quizzer to use localStorage to save the questions and correct answers to the questions; if there are existing entries in localStorage from a previous page load, these should be automatically loaded in both panels.
As with all homeworks, you may collaborate freely with others.
Commit your work to your GitHub repository. It should be in the folder: homework/hw2/quizzer.html. Submit a link to your repository to this Canvas assignment.