Welcome to the Coffee Shop Website! This project is a fully functional and beautifully designed coffee shop website built using modern web development tools and best practices.
Live Link: Live Demo Link
- A stunning coffee image with welcoming text to create a warm and inviting first impression.
- Display of coffee items with:
- High-quality images
- Product names
- Descriptions
- Prices
- Add to Cart functionality
- Fully functional shopping cart with:
- Product list
- Quantity adjustment
- Remove items
- Total calculation
- Checkout button
- Essential information about the coffee shop, including:
- Business hours
- Contact information
- Location details
- Next.js 13 with App Router for robust and scalable web development
- Tailwind CSS for modern and responsive styling
- shadcn/ui components for prebuilt and customizable UI elements
- Lucide React icons for beautiful and scalable icons
- High-quality images sourced from Unsplash
- React's useState hook to manage the state of the shopping cart seamlessly
- Add products to the cart
- Adjust product quantities in the cart
- Remove items from the cart
- View the total amount dynamically
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/coderskamrul/Coffee-Shop-With-Nextjs.git
- Navigate to the project directory:
cd coffee-shop-website - Install dependencies:
npm install # or yarn install - Run the development server:
npm run dev # or yarn dev - Open the website in your browser at http://localhost:3000.
coffee-shop-website/
├── public/ # Public assets (images, icons, etc.)
├── src/
│ ├── app/ # Next.js app router
│ ├── components/ # Reusable UI components
│ ├── styles/ # Tailwind CSS configuration
│ ├── utils/ # Utility functions
│ └── pages/ # Individual pages
└── README.md # Project documentation
To deploy the project, follow the official Next.js deployment guide:
Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to Unsplash for providing high-quality images.
- Inspired by the passion for great coffee and web development!
Feel free to explore, modify, and enjoy the Coffee Shop Website! If you have any feedback or questions, don't hesitate to reach out.
