A React shopping cart application with real-time cart management using Redux for state management and Firebase Realtime Database as the backend.
- 🛒 Add, update, and remove items from your cart
- 🔄 Real-time cart updates synced with Firebase
- 🔐 Simple authentication (login/logout)
- ⚛️ State management with Redux Toolkit
- 🚀 Responsive and user-friendly UI
-
Clone the repository:
git clone https://github.com/Swetasmita/redux-shopping-cart-app.git cd redux-shopping-cart-app -
Install dependencies:
npm install
-
Start the development server:
npm start
- React
- Redux Toolkit
- Firebase Realtime Database