Skip to content

VictorBravim/Cofty

Repository files navigation

☕ Cofty

image 14

🚀 Overview

Cafty is a modern and elegant website template for a coffee house. The project is built using React with Next.js for server-side rendering and Tailwind CSS for styling. The template includes several sections such as Home, Products, About, Promotions, and Contact, each designed to provide a smooth and engaging user experience.

📋 Requirements

🔧 Installation

  1. Clone the repository:
git clone https://github.com/VictorBravim/Cofty.git
  1. Navigate to the project directory:
cd Cofty
  1. Install the dependencies:
npm install
or
yarn install
  1. Run the development server:
npm run dev

🛠️ Project Structure

  • Nav.tsx: Navigation bar with links to different sections of the website.
  • Hero.tsx: Hero section with a background image and introductory text.
  • Cards.tsx: Displays product cards with images and brief descriptions.
  • About.tsx: About section providing information about the coffee house.
  • Promo.tsx: Promotional section with a background image.
  • Produto.tsx: Products section listing different coffee products available for purchase.
  • Contato.tsx: Contact section with a form for users to reach out.

📄 License