An open API service indexing awesome lists of open source software.

https://github.com/ajaypatil1993/coffee-shop-app-react

Coffee Cafe is a modern, responsive coffee shop website built using React.js and Tailwind CSS. It delivers a sleek, animated user interface with interactive carousels, smooth animations, and iconography, providing an engaging experience for users to explore the menu and services.
https://github.com/ajaypatil1993/coffee-shop-app-react

animation aos css3 html5 react-carousel react-icons react-slick reactjs responsive-design tailwindcss

Last synced: 3 months ago
JSON representation

Coffee Cafe is a modern, responsive coffee shop website built using React.js and Tailwind CSS. It delivers a sleek, animated user interface with interactive carousels, smooth animations, and iconography, providing an engaging experience for users to explore the menu and services.

Awesome Lists containing this project

README

        

# Coffee Cafe ☕✨

**Coffee Cafe** is a modern, responsive coffee shop website built using React.js and Tailwind CSS. It delivers a sleek, animated user interface with interactive carousels, smooth animations, and iconography, providing an engaging experience for users to explore the menu and services.

## Screenshots 📸

### Desktop View:
![Screenshot 2024-10-20 171540](https://github.com/user-attachments/assets/936a799e-e9b6-4409-8be1-b7000971d7ff)
![Screenshot 2024-10-20 171423](https://github.com/user-attachments/assets/5a1ebb52-1d28-4621-b6c2-84c9e3c48576)

### Mobile View:
![iPhone-13-PRO-localhost](https://github.com/user-attachments/assets/d8ac22ab-9911-4239-a899-3a784326ff18)
![iPhone-13-PRO-localhost (1)](https://github.com/user-attachments/assets/99fbfff0-4e8d-4fa6-a40d-3ba992ac0004)

## Features ✨

- **Responsive Design**: Optimized for all devices, from small phones to tablets and desktops.
- **Interactive Carousels**: Implemented with `react-slick` and `react-carousel` for smooth product showcases.
- **Animated Transitions**: Powered by `AOS` for scroll animations that bring the site to life.
- **Tailwind CSS**: Utility-first CSS framework for fast and responsive design.
- **React Icons**: Beautiful icons integrated seamlessly into the UI.

## Tech Stack 🛠️

![React](https://img.shields.io/badge/-React-61DAFB?style=flat&logo=react&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/-Tailwind%20CSS-38B2AC?style=flat&logo=tailwind-css&logoColor=white)
![React Slick](https://img.shields.io/badge/-React%20Slick-FD6D24?style=flat&logo=slick-carousel&logoColor=white)
![React Icons](https://img.shields.io/badge/-React%20Icons-61DAFB?style=flat&logo=react&logoColor=white)
![AOS](https://img.shields.io/badge/-AOS-000000?style=flat&logo=animation&logoColor=white)
![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)
![HTML5](https://img.shields.io/badge/-HTML5-E34F26?style=flat&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/-CSS3-1572B6?style=flat&logo=css3&logoColor=white)

## Project Layout 🗂️

```bash
Coffee_Cafe/

├── public/
│ └── images/
├── src/
│ ├── components/
│ ├── pages/
│ ├── styles/
│ ├── App.js
│ ├── index.js
│ └── ...
├── .gitignore
├── package.json
├── README.md
└── LICENSE
```

- **`public/`**: Static assets like images.
- **`src/`**: Source files, including components, pages, and styles.
- **`App.js`**: Main app structure.
- **`components/`**: Reusable UI elements (e.g., navbar, footer, carousels).
- **`styles/`**: Tailwind CSS and custom styles.

## Getting Started 🚀

### Prerequisites

- [Node.js](https://nodejs.org/) (version 14 or higher)
- [npm](https://www.npmjs.com/) (comes with Node.js)

### Installation

1. **Clone the Repository**:

```bash
git clone https://github.com/your-username/coffee-cafe.git
cd coffee-cafe
```

2. **Install Dependencies**:

```bash
npm install
```

3. **Run the Development Server**:

```bash
npm start
```

Open your browser and go to `http://localhost:3000` to view the app.

## Contributing 🤝

1. **Fork the Repository**
2. **Create a New Branch**:
```bash
git checkout -b feature/new-feature
```
3. **Commit Changes**:
```bash
git commit -m "Added new feature"
```
4. **Push to GitHub**:
```bash
git push origin feature/new-feature
```
5. **Open a Pull Request**.

## Live Preview 🌐

You can check out the live version of **Coffee Cafe** at: [Coffee Cafe Live](https://coffee-cafe-react.netlify.app/)

## Contact 📬

- **LinkedIn**: [Ajay Patil](https://www.linkedin.com/in/ajaypatil1993)
- **Email**: [[email protected]](mailto:[email protected])
- **GitHub**: [GitHub](https://github.com/ajaypatil1993)

## License 📝

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Acknowledgements 🙏

- ![React](https://img.shields.io/badge/-React-61DAFB?style=flat&logo=react&logoColor=white)
- ![Tailwind CSS](https://img.shields.io/badge/-Tailwind%20CSS-38B2AC?style=flat&logo=tailwind-css&logoColor=white)
- ![React Slick](https://img.shields.io/badge/-React%20Slick-FD6D24?style=flat&logo=slick-carousel&logoColor=white)
- ![React Icons](https://img.shields.io/badge/-React%20Icons-61DAFB?style=flat&logo=react&logoColor=white)
- ![AOS](https://img.shields.io/badge/-AOS-000000?style=flat&logo=animation&logoColor=white)