Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raghabendra-dash/ecommerce_app
Ecommerce App Clone
https://github.com/raghabendra-dash/ecommerce_app
react react-reducer react-router redux-toolkit
Last synced: about 1 month ago
JSON representation
Ecommerce App Clone
- Host: GitHub
- URL: https://github.com/raghabendra-dash/ecommerce_app
- Owner: raghabendra-dash
- Created: 2024-04-17T20:15:33.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T19:48:46.000Z (9 months ago)
- Last Synced: 2024-04-29T20:59:05.181Z (9 months ago)
- Topics: react, react-reducer, react-router, redux-toolkit
- Language: JavaScript
- Homepage: https://ecommerce-app-react-7xvq.onrender.com/
- Size: 507 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ecommerce-App
Welcome to the E-commerce App! This React and Redux-based application offers a streamlined shopping experience. Below, you'll find details on setting up and running the app, along with its core features.> Go live: [Click Here](https://ecommerce-app-react-7xvq.onrender.com/)
### Products_List_Page
**Home**
![Screenshot (1983)](https://github.com/raghabendra-dash/Ecommerce_App/assets/147539313/6e905207-b436-4122-80ba-fcaba4d2eccd)
**Men collections**
![Screenshot (1984)](https://github.com/raghabendra-dash/Ecommerce_App/assets/147539313/9a2ca683-0e7a-4eda-a665-aa7875000ce9)
**Women collections**
![Screenshot (1985)](https://github.com/raghabendra-dash/Ecommerce_App/assets/147539313/8fa7fb2a-7034-4ae9-b5f8-ea4f0c96801e)
**Electronics collections**
![Screenshot (1986)](https://github.com/raghabendra-dash/Ecommerce_App/assets/147539313/5d0ef8f9-4ee6-4165-a754-ec02d6413511)
### Tech Stack
- React Toolkit
- React-Redux
- React-Router
- Bootstrap
### Installation
1. Clone the repository.
git clone [CLICK](https://github.com/raghabendra-dash/Ecommerce_App.git)2. Usage Browse through the products on the homepage. Click on a product to view more details. Add products to the cart. Review items in the cart. Remove items from the cart. Proceed to checkout and complete the purchase.
### Available Scripts
In the project directory, you can run:
> npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.The page will reload when you make changes.
You may also see any lint errors in the console.> npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.> npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about deployment for more information.
> npm run eject
**Note: this is a one-way operation. Once you eject, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
### Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.