Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Dev_Connector

 

E-Commerce Clothing app


Github top language

Github language count

Repository size

Github stars


## :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
```

 

Back to top