Skip to content

PAVAN507-STAR/gdgce-ecommerce2

Repository files navigation

eCommerce Basic Website

This project is a simple eCommerce website built to provide an online platform for users to browse products, add items to their cart, and make purchases. The project was built using HTML, CSS, JavaScript, and [React/Bootstrap].This is a part of an assessment in GDGC

Features

  • Product listing page

  • Add to cart ,remove from cart ,delete from cart functionality

  • Checkout process

  • Toast notifications

  • Responsive design

  • image

  • image

  • image -image

Prerequisites

Before running this project, ensure you have the following installed on your machine:

  • Node.js (version 14.x or higher)
  • npm (Node Package Manager)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/ecommerce-basic.git
  2. Navigate to the project directory:
    cd ecommerce-basic
  3. Install dependencies:
    npm install

Running the Project

  1. Start the development server:
    npm start
    The website should now be running on http://localhost:3000.

Build for Production

To create an optimized production build, run:

npm run build

The production-ready files will be in the build/ directory.

Folder Structure

  • public/: Static assets such as images and index.html.
  • src/: Contains the core application code (components, CSS, services, etc.).
    • components/: Reusable React components.
    • pages/: Pages like home, product listing, and checkout.
    • services/: Any API or backend-related logic.
    • styles/: CSS and styling files.

License

This project is open-source and free to use under the MIT license.

Contact

For any questions or issues, feel free to reach out at (mailto:[email protected]).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published