This is a fully functional e-commerce website built using React. It features a shopping cart, product listings, and a checkout process.
You can view the live demo of the project here:
https://yoonusajward.github.io/ecommerce-react-project/
- Product listing and details
- Add to cart functionality
- View and manage cart items
- Responsive design
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yoonusajward/ecommerce-react-project.git
-
Navigate to the project directory:
cd ecommerce-react-project
-
Install the dependencies:
npm install
-
Start the development server:
npm start
This will launch the app in your browser at http://localhost:3000.
-
To deploy this project to GitHub Pages, run the following command:
npm run deploy
- React
- CSS
- HTML
- React Router
- JavaScript