Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 489 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 489 Bytes

Shopping Cart

This project is specifically designed to refresh React Redux and Redux Toolkit concepts. It encompasses all the functionalities of a shopping cart. For the purpose of demonstration, Firebase Realtime Database is used for data storage.

Instructions to follow

1)git clone https://github.com/anujababy1/shopping-cart.git
2)git fetch origin
3)npm install
4)add your Firebase Realtime Database url to the cart-actions.js inside the src/store folder
4)npm start