UVU DWDD 3770 Assignments
View live on Vercel.
View all Basic Svelte tutorial follow alongs in the Tutorial folder.
The Log In and Sign Up pages in the auth folder were replaced with OAuth sign in buttons on the home page and account page. See Section 5.
View my localUser store (no longer in use with OAuth).
View my themes store.
View all Advanced Svelte tutorial follow alongs in the advancedTutorial folder.
View animations and transitions together in action on the Todos page.
Notice the view transitions when changing pages. The header and sidebar should stay still, as well as the second top navigation that appears on the Basic and Advanced pages.
View signIn functionality on the Home page and signOut functionality in the top right hand corner of all pages.
View user information in local state on the Account page.
View the Planets page.
View the Planets store.
Note that the images of planets are randomly generated by searching the NASA image library. Sometimes the resulting image is not of the planet itself.