https://github.com/simandrew/the-react-redux-bank
The React-Redux Bank, a simplified banking application.
https://github.com/simandrew/the-react-redux-bank
Last synced: 3 months ago
JSON representation
The React-Redux Bank, a simplified banking application.
- Host: GitHub
- URL: https://github.com/simandrew/the-react-redux-bank
- Owner: SimAndrew
- Created: 2024-03-03T12:43:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-28T10:28:14.000Z (about 1 year ago)
- Last Synced: 2025-01-12T11:32:14.602Z (4 months ago)
- Language: JavaScript
- Homepage: https://the-react-redux-bank-app.vercel.app/
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The React-Redux Bank
### About, Features:
The React-Redux Bank demonstrates a simplified banking application with the following features:
- Create new customer.
- Deposit: Add currency to your account. Convert currency (Euro, British Pound) in US Dollar with Frankfurter API.
- Withdraw: Make withdrawals when needed.
- Request Loan: Ask for a loan when times are tough.
- Pay Loan: Repay loan.You can try here: [the-react-redux-bank-app.vercel.app](https://the-react-redux-bank-app.vercel.app/)
---
### Sample task, photo:
- Create new customer

- Deposit, Withdraw, Request Loan, Pay Loan in US Dollar

- Deposit British Pound and convert in US Dollar

---
### Technologies, Libraries:
- [React JS](https://react.dev/)
- [Vite JS](https://vitejs.dev/), [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)
- [The Frankfurter API convert currency](https://www.frankfurter.app/docs/)
- In this project use [Redux](https://redux.js.org/) and after updating in
the [Redux Toolkit](https://redux-toolkit.js.org)
- [Deploying on Vercel](https://vercel.com/)---
### Run the app:
- Clone a project: `git clone`
```
https://github.com/SimAndrew/the-react-redux-bank.git
```- Open project code in your editor.
- Install the dependencies, enter into the terminal:```
npm install
```- Run the project, enter into the terminal:
```
npm run dev
```