This application allows users to explore various types of coffee, including both hot and iced options. Users have access to detailed coffee descriptions, ingredient lists, and accompanying images.
- View a list of hot and iced coffee options.
- Click on buttons to switch between hot and iced coffee.
- See coffee descriptions, ingredients, and images for each option.
- Responsive design for different screen sizes.
To run the Coffee Club web application locally, follow these steps:
- Clone this repository to your local machine.
git clone https://github.com/nihalerdal/CoffeeClub.git
- Navigate to the project directory.
cd CoffeeClub
- Open the
index.html
file in your web browser.
Contributions to the Coffee Club web application are welcome! Here's how you can contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.