Skip to content

VictorBravim/RedRoast

Repository files navigation

🥩 RedRoast

image 13

🚀 Overview

This project demonstrates how to build a simple website using Vue.js and integrating styles with Tailwind CSS. It features a sticky navigation bar, a hero section with a background image, a products section displayed in a grid format, an "About Us" section with cards, and a basic footer.

📋 Requirements

  • Node.js (versão 10.x ou superior)
  • Vue CLI (instalado globalmente)

🔧 Installation

  1. Clone this repository:
git clone https://github.com/VictorBravim/RedRoast.git
  1. Navigate to the project directory:
cd RedRoast
  1. Install dependencies:
npm install

🛠️ Project Structure

  • AboutSection.vue
  • FooterSection.vue
  • HeroSection.vue
  • NavBar.vue
  • ProductSection.vue
  • CardSection.vue

📄 License