🚀 React-Redux Bank: A simple and interactive banking app built with React and Redux. Features include customer creation, account operations, and balance display for a streamlined user experience.
React-Redux Bank is a minimalistic banking application designed to demonstrate the power of React combined with Redux for state management. Users can create a customer profile, manage bank accounts, perform various account operations, and view balance details.
- Customer creation and management
- Deposit, withdraw, request loan, and pay loan operations
- Real-time balance display
- State management with Redux and Redux Toolkit
- Integration with Redux DevTools for easy state debugging
-
Clone the repository:
git clone https://github.com/yourusername/react-redux-bank.git cd react-redux-bank
-
Install dependencies:
npm install
-
Start the development server:
npm start
- Launch the application by navigating to
http://localhost:3000
in your web browser. - Create a new customer profile.
- Perform various banking operations such as deposit, withdraw, request loan, and pay loan.
- View the real-time balance updates.
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
👥 @prantomollick ❌ @prantomollick55 ✉️ [email protected]
React-Redux Bank – Bringing simplicity and interactivity to banking operations.