Simple TodoList with heroes in React, Redux, RTK
- Создание героя с его именем, описанием и выбором елемента
- Фильтрация героев по элементам
- Удаление героев
Tools needed to run this app: node
and npm
npm install
to install dependenciesnpm start
to run the app- Go to
http://localhost:3000