We will learn about setting up Sveltekit and Vitest for writing tests and we will build an async component using test-driven development (TDD) methodology in this post.
We will build the Contact Us page with SvelteKit and integrate it with Supabase. We will use the Carbon components to create the input fields and then store the data on the contact page to the Supabase table.