https://github.com/runo-saduwa/hello-redux
My First redux app
https://github.com/runo-saduwa/hello-redux
Last synced: 21 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T00:36:28.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T22:46:33.957Z (7 months ago)
- Language: JavaScript
- Size: 522 KB
- Stars: 0
- Watchers: 1
- 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.

## 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!