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

https://github.com/ayushmaninbox/starbucks-menu-css

Made this fan website for Starbucks® showing a few items in the form of a carousel focusing mostly on CSS and made it as fancy looking as possible.
https://github.com/ayushmaninbox/starbucks-menu-css

carousel css front-end front-end-development starbucks

Last synced: 7 months ago
JSON representation

Made this fan website for Starbucks® showing a few items in the form of a carousel focusing mostly on CSS and made it as fancy looking as possible.

Awesome Lists containing this project

README

          

# Starbucks® Carousel

This project is a web-based product carousel for showcasing Starbucks® beverages. The carousel is designed to highlight different products with unique descriptions and images, allowing users to navigate through the items using next and previous buttons.

## Project Structure

- **index.html**: The main HTML file containing the structure of the webpage.
- **style.css**: The CSS file used for styling the webpage and the carousel.
- **app.js**: The JavaScript file used for handling the carousel's functionality.
- **images/**: A folder containing images of the Starbucks® products.

## Features

- **Responsive Design**: The carousel adjusts for various screen sizes, ensuring a consistent user experience across devices.
- **Product Details**: Each product in the carousel includes a name, price, description, and an "Add to Cart" button.
- **Smooth Transitions**: The carousel features smooth animations when navigating between products.
- **Auto-Play**: The carousel automatically progresses through the products every 5 seconds, with the option to manually navigate using the arrows.

## Customization

- **Images**: Replace the images in the `images/` folder with your own, ensuring that the file names match those referenced in `index.html`.
- **Product Information**: Update the product names, prices, and descriptions directly in the `index.html` file.
- **Styling**: Modify the `style.css` file to change the look and feel of the carousel.

## Usage

To use the carousel, simply open the `index.html` file in your browser. Use the next and previous buttons to navigate through the products, or let the carousel auto-play through the items. Clicking the "Add to Cart" button will open the respective product page on the Starbucks® website.

## Credits

- **Starbucks®**: All product names, images, and prices are used as examples. Please replace them with your own content if needed.

## License

This project is licensed under the MIT License - see below for details:

MIT License

Copyright (c) 2024 ayushmaninbox

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.