https://github.com/webmasterdevlin/easy-peasy-course
Tour of heroes using ReactJS latest version and Easy Peasy state management library
https://github.com/webmasterdevlin/easy-peasy-course
easy-peasy react redux redux-toolkit thunk typescript
Last synced: 11 months ago
JSON representation
Tour of heroes using ReactJS latest version and Easy Peasy state management library
- Host: GitHub
- URL: https://github.com/webmasterdevlin/easy-peasy-course
- Owner: webmasterdevlin
- License: mit
- Created: 2019-08-04T15:13:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T01:51:50.000Z (over 2 years ago)
- Last Synced: 2025-03-25T20:06:10.867Z (12 months ago)
- Topics: easy-peasy, react, redux, redux-toolkit, thunk, typescript
- Language: TypeScript
- Homepage:
- Size: 728 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# My version of Tour of Heroes app using ReactJS Hooks with Easy Peasy State Management.
### Features
Hooks, Easy Peasy (redux with thunk wrapper), HTTP request (using axios), navigation params, 2 stores, computed values.
### To run the project after cloning
Create or go to your demo directory then run the following in the terminal or cmd.
```sh
$ git clone https://github.com/webmasterdevlin/heroes-easy-peasy.git
$ cd features-easy-peasy
$ npm install
$ npm run start
```
The React app and the fake web service will run concurrently.
