Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishan2029/ecommerce_clothing_react
An e-commerce web application which shows the different category of items using routes where user can add/update products in the cart and save data in firebase also in local storage
https://github.com/kishan2029/ecommerce_clothing_react
css3 ecommerce-website firebase-auth javascript react redux sass
Last synced: 4 days ago
JSON representation
An e-commerce web application which shows the different category of items using routes where user can add/update products in the cart and save data in firebase also in local storage
- Host: GitHub
- URL: https://github.com/kishan2029/ecommerce_clothing_react
- Owner: Kishan2029
- Created: 2021-04-14T16:15:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T12:55:27.000Z (9 months ago)
- Last Synced: 2024-02-16T13:47:36.072Z (9 months ago)
- Topics: css3, ecommerce-website, firebase-auth, javascript, react, redux, sass
- Language: JavaScript
- Homepage: https://e-commerce-132ba.web.app/
- Size: 2.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
E-Commerce Clothing app
## :dart: About
A web application where users can add products in a cart and switch via routes to access different categories and save data in local storage as well as in firebase.
## :rocket: Technologies
The following tools were used in this project:
- React.js
- Redux
- Firebase
- CSS
## Deploy Link
https://e-commerce-132ba.web.app/## :checkered_flag: Starting
```bash
# Run Project
$ npm i # Install dependencies
$ npm run start# The server will initialize in the
```