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.
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.
-
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
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/bharat-bhandari/React-Ecommerce-Web.git
-
Navigate to the project directory:
cd React-Ecommerce-Web
-
Install dependencies:
npm install
-
Run the development server:
npm start
The application will be accessible at http://localhost:3000
- React
- HTML
- CSS
- JavaScript
- Tutorial: React 18 Tutorial and Projects Course (2023) by John Smilga
- Instructor: John Smilga
Happy coding! 🚀