Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoonusajward/ecommerce-react-project
A responsive e-commerce web app built with React, featuring product listings, a shopping cart, and login-signup functionality.
https://github.com/yoonusajward/ecommerce-react-project
ecommerce-website javascript react
Last synced: about 1 month ago
JSON representation
A responsive e-commerce web app built with React, featuring product listings, a shopping cart, and login-signup functionality.
- Host: GitHub
- URL: https://github.com/yoonusajward/ecommerce-react-project
- Owner: yoonusajward
- Created: 2024-12-04T14:35:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T15:19:34.000Z (about 2 months ago)
- Last Synced: 2024-12-04T16:29:48.403Z (about 2 months ago)
- Topics: ecommerce-website, javascript, react
- Language: JavaScript
- Homepage: https://yoonusajward.github.io/ecommerce-react-project/
- Size: 8.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce React Project
This is a fully functional e-commerce website built using React. It features a shopping cart, product listings, and a checkout process.
## Live Demo
You can view the live demo of the project here:
[https://yoonusajward.github.io/ecommerce-react-project/](https://yoonusajward.github.io/ecommerce-react-project/)## Features
- Product listing and details
- Add to cart functionality
- View and manage cart items
- Responsive design## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/yoonusajward/ecommerce-react-project.git2. Navigate to the project directory:
```bash
cd ecommerce-react-project3. Install the dependencies:
```bash
npm install4. Start the development server:
```bash
npm startThis will launch the app in your browser at http://localhost:3000.
## Deployment
1. To deploy this project to GitHub Pages, run the following command:
```bash
npm run deploy## Technologies Used
- React
- CSS
- HTML
- React Router
- JavaScript