Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runo-saduwa/hello-redux
My First redux app
https://github.com/runo-saduwa/hello-redux
Last synced: 19 days ago
JSON representation
My First redux app
- Host: GitHub
- URL: https://github.com/runo-saduwa/hello-redux
- Owner: Runo-saduwa
- Created: 2019-11-18T20:55:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T00:36:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T11:47:05.861Z (over 1 year ago)
- Language: JavaScript
- Size: 522 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
# Hello Redux
This is a simple React app with the sole aim of being refactored to use Redux. Pretty basic stuff. Ideal for Absolute Redux beginners.
![Hello Redux](https://i.imgur.com/S3Oarek.png)
## Directions
1. Clone the repo
```git clone https://github.com/ohansemmanuel/hello-redux.git```2. Change directory
```cd hello-redux```3. Run the application
```npm install && npm start```4. Go on and refactor to use Redux!