Skip to content

Deepesh70/Mojito_Cocktail

Repository files navigation

Mojito Cocktail

A modern, visually appealing web application for showcasing Mojito cocktail recipes, art, and more. Built with React and Vite.

Features

  • Beautiful landing page with hero section
  • About, Menu, Art, and Contact sections
  • Responsive design
  • Custom fonts and images
  • Smooth navigation

Project Structure

constants/         # App constants
public/            # Static assets (fonts, images, videos)
src/
  components/      # React components (About, Art, Cocktail, Contact, Hero, Menu, Navbar)
  App.jsx          # Main app component
  index.css        # Global styles
  main.jsx         # Entry point

Getting Started

Prerequisites

  • Node.js (v16 or higher recommended)
  • npm or yarn

Installation

  1. Clone the repository:
    git clone <repo-url>
    cd Mojito_Cocktail
  2. Install dependencies:
    npm install
    # or
    yarn install

Running the App

Start the development server:

npm run dev
# or
yarn dev

Open http://localhost:5173 to view the app in your browser.

Build

To build for production:

npm run build
# or
yarn build

License

This project is licensed under the MIT License.

About

Using gsap to create a stunning Cocktail website

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors