Small app that imitates the bank account app;
- Log in window;
- Ability to deposit, withdraw, request loan and pay loan;
- Redux is used for a Global state management;
- Redux thunk is used for as a middleware library;
- React ToolKit is used to create store, reducer and action creators functions;