Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.75 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.75 KB

TastyChest Project

Landing Work Project License Working on

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

Table of Contents

Folder Structure

  • css: Contains the styles for the website.
  • img: Holds all the images used in the project.
  • js: Includes the JavaScript file for additional functionality.

Usage

  1. Clone the repository:
git clone https://github.com/HEAD0223/tastyChest.git
cd tastyChest
  1. Open the index.html file in a web browser to view the website.

Media

TastyChest tastyChest_1 tastyChest_2 tastyChest_3

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature-name
  5. Submit a pull request.

Dependencies

  • jQuery: JavaScript library.
  • Slick Carousel: Responsive carousel jQuery plugin.

Make sure to include these dependencies in your project.