Lab 15 - Persistence: User Experience
Build on earlier experience with the browser’s
localStorage
and location
Web APIs to create a more featureful user experience.Categories:
less than a minute
Learning Objectives
By the end of this lab, you should be able to:
- create (receive/parse) a “sharable link” such that another user of your app would get to a particular state of the app
- export from– and import to
localStorage
Prerequisites
- beginning localStorage (e.g. as exercised in Labs 10 and 11)
- Familiarity with the browser’s
Location
interface (e.g. as outlined in prep 10)
Instructions
- Begin with the starting code in the Persistodon repo
- Complete the Persistodon app as specified in the page’s aside.
Last modified August 11, 2024: moved a bunch of things for archival purposes (6652bbe)