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.
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