Quick Guide
- ✅ All the tasks have a check mark in front.
- Make sure you finish the current task before moving on to the next!
- 📹 The videos tutorials are embedded throughout the course
- They contain key instructions required to complete each section.
- 👥 You can work individually, but the tutorial is written for groups of 2-3!
- Please ask each other questions and help each other out.
- This is titled as frontend, but we’ll also be setting up a backend.
Tech Stacks
✅ Learn about what is a tech stack (you can stop at 2:03, no need to watch till the end).
https://www.youtube.com/embed/Sxxw3qtb3_g?start=67&end=70
An introduction to Svelte (SvelteKit)
Svelte is the frontend framework that we’ll be using!
- Frontend frameworks make coding the frontend (what the user sees) much easier and faster.
- SvelteKit is built on Svelte. It’s a framework that lets you write concise components that do minimal work in the browser, using languages you should already know HTML, CSS, and JS.