Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.5 KB

README.md

File metadata and controls

63 lines (39 loc) · 1.5 KB

React E-Commerce Practice Project

This project is a React-based E-commerce web application created as a practice project. It is hosted on GitHub Pages, and you can check it out live here.

Overview

This project was developed as part of the "React 18 Tutorial and Projects Course (2023)" by John Smilga. The goal of this practice project is to enhance skills in React development and gain hands-on experience in building an E-commerce application using React.

Features

  • Responsive design for a seamless experience across devices.

  • Product listing and filtering products on user choice.

  • Shopping cart functionality to add and remove products.

  • Authentication with Auth0

    Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/bharat-bhandari/React-Ecommerce-Web.git
  2. Navigate to the project directory:

    cd React-Ecommerce-Web
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm start

    The application will be accessible at http://localhost:3000

    Technologies Used

  • React
  • HTML
  • CSS
  • JavaScript

Credits

  • Tutorial: React 18 Tutorial and Projects Course (2023) by John Smilga
  • Instructor: John Smilga

View the projects

Happy coding! 🚀