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

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

Awesome Lists containing this project

README

          

# React Redux App
Simple TodoList with heroes in React, Redux, RTK


![react-redux-app](https://github.com/ITmTm/react-redux-app/assets/98873757/2990eac3-16ba-4c34-8e7d-4a98920b0f83)


## Функции
* Создание героя с его именем, описанием и выбором елемента
* Фильтрация героев по элементам
* Удаление героев


## Technologies
[![ReactJS](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org)
[![Redux](https://img.shields.io/badge/Redux-593D88?style=for-the-badge&logo=redux&logoColor=white)](https://redux.js.org)
[![Redux-Toolkit](https://img.shields.io/badge/Redux%20Toolkit-%23593d88?style=for-the-badge&logo=redux
)](https://redux-toolkit.js.org/)


## Using Libraries
[![Classnames](https://img.shields.io/badge/classnames-%23159957?style=for-the-badge&logo=Classnames
)](https://jedwatson.github.io/classnames//)
[![Sass](https://img.shields.io/badge/sass(scss)-%23bf4080?style=for-the-badge&logo=sass
)](https://sass-lang.com/)
[![Uuid](https://img.shields.io/badge/uuid-black?style=for-the-badge&logo=uuid
)](https://github.com/uuidjs/uuid)
[![Reselect](https://img.shields.io/badge/reselect-yellow?style=for-the-badge&logo=reselect
)](https://github.com/reduxjs/reselect)
[![Bootstrap](https://img.shields.io/badge/bootstrap-%23712cf9?style=for-the-badge&logo=bootstrap
)](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`