# Qwik Rabbit Store Outline ## Introdution ### Prerequisites ### Installation ### Setup repo / Initial commit ### Run dev ## Grand tour ### Let's make a change to a route! #### Edit index.tsx & reload * Notice speed ## Delete unneeded dirs and files ## Components * Simple logo text component ## Layouts ### Different layouts for different routes * Home page * Products page * Create components for header and footer ## Add Tailwind * `qwik add` Tailwind * `qwik add` is cool! More on this later * Let's make this prettier! * Add some styles ## onGet with static data ## Prisma ### Seed with sample data ### Create a card component ## Sign up/in/out ### Login page ### Menu links ### Access user data in view ### Access user data in on* functions ### Protected route ## Fulltext search ## Faceted search ## Add to cart / view cart / edit cart ## Checkout ## Deploy