Tracie's Candy Shop

Welcome to the Tracie's Candy Shop project! This is a web application for an online candy store where users can browse products, log in, register, and manage their purchases.

Table of Contents

Project Overview

Tracie's Candy Shop is a modern, responsive web application designed with a vibrant pink theme. The site includes a variety of features such as product browsing, user authentication, and a shopping cart. It leverages Bootstrap for responsive design and custom CSS for a unique look.

Features

  • Home Page: Introduction to Tracie's Candy Shop.
  • Login Page: User login functionality.
  • Registration Page: User registration functionality.
  • Products Page: Display of various candy products with filtering options.
  • Responsive Design: Adaptable to different screen sizes using Bootstrap.

Installation

To get started with the project, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/jpompey00/tracies-candy-shop.git
  2. Navigate to the Project Directory:

    cd tracies-candy-shop
  3. Open index.html in a Browser:

    You can directly open the index.html file in your browser to view the application.

Usage

  1. Navigate to Pages:

    • Home Page: index.html
    • Login Page: login/login.html
    • Registration Page: register/register.html
    • Products Page: products/products.html
  2. Customize Styles:

    • Modify CSS files located in the css directory to update the appearance of the site.
  3. Add/Modify JavaScript:

    • Update or add JavaScript functionality in the scripts directory.

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork the Repository to your own GitHub account.
  2. Create a new branch for your feature or fix.
  3. Commit your changes and push them to your forked repository.
  4. Submit a pull request to the original repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to explore and contribute to make Tracie's Candy Shop even better! If you have any questions or need assistance, please open an issue on GitHub.