Welcome to the Coffee Shop Website! This project is a showcase of a fully responsive coffee shop website built using HTML, CSS, and JavaScript. It serves as a practice project to demonstrate web development skills.
- Responsive Design: The website is fully responsive and works on various screen sizes, from desktops to mobile devices.
- Smooth Scrolling: Implemented smooth scrolling for anchor links.
- Animations: Includes animations that trigger as you scroll to different sections.
- Navigation Menu: A fixed navigation menu that allows easy access to different sections of the website.
- About Us, Products, and Customer Reviews Sections: Detailed sections to showcase the coffee shop's offerings and customer testimonials.
You can check the Live Demo here.
- HTML: For structuring the web pages.
- CSS: For styling and layout.
- JavaScript: For interactive elements and smooth scrolling functionality.
- AOS (Animate On Scroll Library): For animations on scroll.
To get a local copy of this project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/Rishabh-Verma-thc/CoffeeShop-WebPage
- Navigate to the Project directory:
cd CoffeeShop-WebPage
- Open index.html in your web browser to view the website.
- You can navigate through the different sections using the fixed navigation bar at the top.
- Scroll down to see the animations triggered by the AOS library.
This project is licensed under the MIT License. See the License file for more information.
- Inspiration from various coffee shop websites and UI designs.
- Special thanks to the developers of the AOS library for their scroll animations.