https://github.com/itmtm/react-redux-app
React Redux/RTK App
https://github.com/itmtm/react-redux-app
configurestore create-actions create-async-thunk create-entity-adapter create-reducer create-slice dispatch javascript middleware react redux redux-thunk redux-toolkit rtk
Last synced: 12 months ago
JSON representation
React Redux/RTK App
- Host: GitHub
- URL: https://github.com/itmtm/react-redux-app
- Owner: ITmTm
- Created: 2024-05-05T11:44:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T16:11:50.000Z (over 1 year ago)
- Last Synced: 2025-01-12T17:30:32.694Z (about 1 year ago)
- Topics: configurestore, create-actions, create-async-thunk, create-entity-adapter, create-reducer, create-slice, dispatch, javascript, middleware, react, redux, redux-thunk, redux-toolkit, rtk
- Language: JavaScript
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Redux App
Simple TodoList with heroes in React, Redux, RTK

## Функции
* Создание героя с его именем, описанием и выбором елемента
* Фильтрация героев по элементам
* Удаление героев
## Technologies
[](https://reactjs.org)
[](https://redux.js.org)
[](https://redux-toolkit.js.org/)
## Using Libraries
[](https://jedwatson.github.io/classnames//)
[-%23bf4080?style=for-the-badge&logo=sass
)](https://sass-lang.com/)
[](https://github.com/uuidjs/uuid)
[](https://github.com/reduxjs/reselect)
[](https://getbootstrap.com/)
## Getting Started
Tools needed to run this app: `node` and `npm`
- `npm install` to install dependencies
- `npm start` to run the app
- Go to `http://localhost:3000`