This is a simple React app with the sole aim of being refactored to use Redux. Pretty basic stuff. Ideal for Absolute Redux beginners.
-
Clone the repo
git clone https://github.com/SafdarJamal/redux-helloworld.git
-
Change directory
cd redux-helloworld
-
Run the application
npm i && npm start
-
Go on and refactor to use Redux!