In this episode, we kick things off by taking a look at the pre-made markup and styling that comes with the course—don't worry, it's all available in the series downloads! We'll make sure you're set up in your editor, and you'll be able to see exactly how the basic layout appears in the browser before adding any functionality.
We break down the different sections of the app, focusing on how everything is structured. On the right, there's a space to write your note's title and content, plus a delete button (which we’ll wire up to work with Alpine.js later). On the left, there's a sidebar with a title, a button to add new notes, and a list of your notes that will eventually update live as you use the app.
There's some talk about Tailwind CSS—for now, we're just pulling it from a CDN for speed, but if you prefer your own CSS style, that's totally cool. We take a moment to understand the utility classes, reassure you if you're new to Tailwind, and point out how these will help us later when we need to change up the design based on how the app is functioning.
By the end of this video, you'll know how everything is laid out, be comfortable with the code you're starting from, and be ready to jump into adding interactivity in the next episode!