https://github.com/vsbron/course-react2023-react-intro
https://github.com/vsbron/course-react2023-react-intro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vsbron/course-react2023-react-intro
- Owner: vsbron
- Archived: true
- Created: 2023-12-04T11:40:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T15:07:38.000Z (over 2 years ago)
- Last Synced: 2025-03-01T09:47:09.496Z (over 1 year ago)
- Language: JavaScript
- Size: 731 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;