Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prantomollick/redux-intro-typescript
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.
https://github.com/prantomollick/redux-intro-typescript
css pranto prantomollick react reactcomponents reactjs reactredux reacttypescript redux redux-toolkit sweetalert2 typescript vite
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/prantomollick/redux-intro-typescript
- Owner: prantomollick
- Created: 2024-10-30T20:55:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T21:22:46.000Z (3 months ago)
- Last Synced: 2024-10-30T22:17:46.193Z (3 months ago)
- Topics: css, pranto, prantomollick, react, reactcomponents, reactjs, reactredux, reacttypescript, redux, redux-toolkit, sweetalert2, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Redux Bank
🚀 **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.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Contact](#contact)## Description
**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.
## Features
- 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## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/react-redux-bank.git
cd react-redux-bank
```2. Install dependencies:
```bash
npm install
```3. Start the development server:
```bash
npm start
```## Usage
1. Launch the application by navigating to `http://localhost:3000` in your web browser.
2. Create a new customer profile.
3. Perform various banking operations such as deposit, withdraw, request loan, and pay loan.
4. View the real-time balance updates.## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
👥 [@prantomollick](https://www.linkedin.com/in/prantomollick/)
❌ [@prantomollick55](https://x.com/prantomollick55)
✉️ [[email protected]](mailto:[email protected])---
**React-Redux Bank** – Bringing simplicity and interactivity to banking operations.