unclebusy / website-store

An e-commerce website built with React that implements product browsing and purchasing functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website Shop

Website Img

Description

This project is a simple e-commerce website built with React. It features a shopping cart, product list, and various components to manage the shop's functionalities.

Features

  • Product list display
  • Add to cart functionality
  • Remove from cart functionality
  • Increment and decrement item quantity in the cart
  • Toast notifications for actions

Technology Stack

  • React
  • Redux
  • JavaScript (ES6+)
  • HTML5
  • CSS3
  • Context API
  • Fetch API
  • Materialize CSS

Installation

  1. Clone the repository:
    git clone https://github.com/unclebusy/website-store.git
  2. Navigate to the project directory:
    cd website-shop
  3. Install the dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Open your browser and go to http://localhost:3000.

About

An e-commerce website built with React that implements product browsing and purchasing functionality


Languages

Language:JavaScript 78.8%Language:CSS 15.6%Language:HTML 5.6%