You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples are great, however they are not completable in one sitting. So if someone goes through them over time, in multiple sittings, it might get difficult to remember where they stopped when next opening the site
Proposal
Track which examples a user has "completed", and show this in the UI, e.g. a checkmark next to the examples.
For a basic implementation, completion could just mean the user has viewed the example and pressed the "next" button.
The completion state can be stored in local storage for persistence.