An open API service indexing awesome lists of open source software.

https://github.com/vsbron/course-react2023-react-intro


https://github.com/vsbron/course-react2023-react-intro

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Redux Intro

Small app that imitates the bank account app;

## Features

- Log in window;
- Ability to deposit, withdraw, request loan and pay loan;

## Details

- 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;