A Shopping Cart where we can add or remove products to the shopping cart and send/fetch data to a backend(firebase)
- React JS with Redux and redux toolkit app
- We can add or remove items and their quantity from products list to shopping cart
- Total price amount in the shopping cart.
-
Responsive design with CSS modules.
-
React + redux toolkit with action creators for sending/fetching data to/from firebase
-
Backend (Firebase realtime database)
-
Deployed with gh-pages.
-
Git clone the project:
git@github.com:gsvidal/redux-shopping-cart.git -
Run
npm installoryarn installto download and install all the dependencies. -
Run
npm run startto initialize the dev server