starter-svelte Svelte Themes

Starter Svelte

UVU DWDD 3770 Assignments

Starter Svelte

UVU DWDD 3770 Assignments

View live on Vercel.

Sections 1, 2, and 3

View all Basic Svelte tutorial follow alongs in the Tutorial folder.

Section 2 - Sign Up and Log In

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.

Section 3 - Writable Stores

View my localUser store (no longer in use with OAuth).
View my themes store.

Section 4 - Transitions and Animations

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.

Section 5 - Connecting AuthJS to OAuth Providers

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.

Master and Detail Routing

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.

Top categories

Loading Svelte Themes