https://github.com/talhasonu/coffee-shop
Coffee-Shop, a modern e-commerce platform built with Next.js and Tailwind CSS. This project showcases a stylish and fully responsive coffee shop website.
https://github.com/talhasonu/coffee-shop
animation nextjs react-router reactjs tailwindcss
Last synced: 2 months ago
JSON representation
Coffee-Shop, a modern e-commerce platform built with Next.js and Tailwind CSS. This project showcases a stylish and fully responsive coffee shop website.
- Host: GitHub
- URL: https://github.com/talhasonu/coffee-shop
- Owner: Talhasonu
- Created: 2025-04-01T18:37:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T18:51:35.000Z (about 1 year ago)
- Last Synced: 2025-10-09T06:04:35.700Z (9 months ago)
- Topics: animation, nextjs, react-router, reactjs, tailwindcss
- Language: TypeScript
- Homepage: https://coffee-shop-muhammadtalha.vercel.app/
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ☕ Coffee-Shop
Welcome to **Coffee-Shop**, a modern e-commerce platform built with **Next.js** and **Tailwind CSS**. This project showcases a stylish and fully responsive coffee shop website.
## 🚀 Features
- ⚡ Built with **Next.js** for fast performance
- 🎨 Styled using **Tailwind CSS** for easy customization
- 📱 Fully **responsive** design
-
## 📦 Tech Stack
- **Frontend**: Next.js, React
- **Styling**: Tailwind CSS
## ScreenShots

## 📌 Installation
1. **Clone the repository:**
```sh
git clone https://github.com/your-username/Coffee-Shop.git
cd Coffee-Shop
```
2. **Install dependencies:**
```sh
npm install
# or
yarn install
```
3. **Run the development server:**
```sh
npm run dev
# or
yarn dev
```
4. **Open in browser:**
```
http://localhost:3000
```