A modern, responsive coffee shop website built with React and Tailwind CSS. This project features a beautiful UI with a fixed header, interactive menu cards, and a fully functional shopping cart system with localStorage persistence.
Clone the repository:
git clone https://github.com/yourusername/cozy-coffee-shop.git
cd cozy-coffee-shop
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser and visit http://localhost:5173
npm run build
The build artifacts will be stored in the dist/
directory, ready to be deployed.
npm run preview
Cozy-Coffee-Shop-Website/
├── public/ # Public assets
│ ├── coffee-logo.svg # Site logo
├── src/ # Source files
│ ├── components(assets)/ # React components
│ ├── CoffeeShop.css # Custom CSS styles
│ ├── CoffeeShopApp.jsx # Main application component
│ ├── index.css # Global styles
│ └── main.jsx # Entry point
├── .gitignore # Git ignore file
├── index.html # HTML template
├── LICENSE # MIT License
├── package.json # Dependencies and scripts
├── postcss.config.js # PostCSS configuration
├── README.md # Project documentation
├── tailwind.config.js # Tailwind CSS configuration
└── vite.config.js # Vite configuration
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright © Chun-Huan Lee 2025