This project represents a website for a cupcake business, showcasing a variety of cupcakes. The website is designed with HTML, CSS, and utilizes the Slick Carousel library for image sliders. Used SCSS with @mixin
- css: Contains the styles for the website.
- img: Holds all the images used in the project.
- js: Includes the JavaScript file for additional functionality.
- Clone the repository:
git clone https://github.com/HEAD0223/tastyChest.git
cd tastyChest
- Open the index.html file in a web browser to view the website.
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-name
- Submit a pull request.
- jQuery: JavaScript library.
- Slick Carousel: Responsive carousel jQuery plugin.
Make sure to include these dependencies in your project.