Skip to content

Red Store is a basic e-commerce website with a focus on a clean design and essential shopping functionalities.

License

Notifications You must be signed in to change notification settings

AbdullahJaveid/Red-Store

Repository files navigation

Red Store - E-commerce Website

Overview

Red Store is a basic e-commerce website with a focus on a clean design and essential shopping functionalities. It includes features for browsing products, viewing product details, managing a shopping cart, and user accounts. This project was created to demonstrate front-end web development skills.

Features

  • Product Listing: Displays a variety of products.
  • Product Details: Provides detailed information about individual products.
  • Shopping Cart: Allows users to add, remove, and manage items in a virtual shopping cart.
  • User Accounts: Supports user registration and login functionality.
  • Responsive Design: The website is designed to be responsive, adapting to different screen sizes.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

File Structure

Red Store/├── account.html├── cart.html├── index.html├── products-detail.html├── products.html├── script.js└── style.css└── README.md <-- This file

  • index.html: The main homepage of the website.
  • products.html: Page for listing all products.
  • products-detail.html: Page for viewing detailed product information.
  • cart.html: Page for managing the shopping cart.
  • account.html: Page for user account management (login, registration).
  • style.css: Cascading Style Sheets for styling the website.
  • script.js: JavaScript file for interactive features.
  • README.md: Project documentation (this file).

Setup/Installation

  1. Clone the repository:

    git clone https://github.com/abdullahjaved40/Red-Store
  2. Navigate to the project directory:

    cd Red-Store
  3. Open the files:

    • Open the HTML files (e.g., index.html) in a web browser to view the website. The site is designed to be client-side, so there is no server-side component.

Usage

  • Browse Products: Navigate to the products.html page to view the list of available products.
  • View Details: Click on a product to see its details on the products-detail.html page.
  • Manage Cart: Add products to your cart from the product details page and manage them on the cart.html page.
  • Account: Create or log in to your account on the account.html page.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to submit a pull request.

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes.
  4. Commit your changes.
  5. Push to the branch.
  6. Submit a pull request.

Author

Abdullah Javeid

License

MIT LIcence

About

Red Store is a basic e-commerce website with a focus on a clean design and essential shopping functionalities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published