A modern, visually appealing web application for showcasing Mojito cocktail recipes, art, and more. Built with React and Vite.
- Beautiful landing page with hero section
- About, Menu, Art, and Contact sections
- Responsive design
- Custom fonts and images
- Smooth navigation
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
- Node.js (v16 or higher recommended)
- npm or yarn
- Clone the repository:
git clone <repo-url> cd Mojito_Cocktail
- Install dependencies:
npm install # or yarn install
Start the development server:
npm run dev
# or
yarn devOpen http://localhost:5173 to view the app in your browser.
To build for production:
npm run build
# or
yarn buildThis project is licensed under the MIT License.