Know what might be neato? I think it needs MOAR ... 🔔
Parts A and B: Sharasaurus
How could we view the same list on our phone as we are viewing on our laptop? Or share the list with a friend?
Instructions
There are // TODO
comments in the JavaScript to guide you while you add these features:
- Modify the existing
Get Sharable URL
button so that it updates the url so that all of the
todo items currently stored in localStorage
are encoded in the query string
in
the browser's address bar.
- Modify the existing code to notice it was passed a query string and to populate
localStorage
initially with the items in the query string.