Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safdarjamal/redux-helloworld
Basic React hello world app. => Refactor to use Redux.
https://github.com/safdarjamal/redux-helloworld
javascript jsx react react-for-beginners reatctjs redux redux-application redux-for-beginners redux-helloworld ui
Last synced: 25 days ago
JSON representation
Basic React hello world app. => Refactor to use Redux.
- Host: GitHub
- URL: https://github.com/safdarjamal/redux-helloworld
- Owner: SafdarJamal
- License: mit
- Created: 2019-05-25T15:47:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T16:42:13.000Z (over 4 years ago)
- Last Synced: 2024-04-23T17:35:47.893Z (7 months ago)
- Topics: javascript, jsx, react, react-for-beginners, reatctjs, redux, redux-application, redux-for-beginners, redux-helloworld, ui
- Language: JavaScript
- Homepage: https://redux-helloworld.surge.sh
- Size: 583 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redux Hello World;
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/SafdarJamal/redux-helloworld.git`2. Change directory
`cd redux-helloworld`3. Run the application
`npm i && npm start`4. Go on and refactor to use Redux!