Due Today:
- Make your source code Github repository public or add me as a collaborator (erimcg).
- Email me the URL of your Github repository.
Due Thursday:
- Create a pinia store for the user’s profile and token data.
- Replace all code that uses localStorage and sessionStorage for profile and token storage with code that utilizes the pinia user store.