/hello-redux

Basic React Hello World App. 👉 Refactor to use Redux.

Primary LanguageJavaScript

This project was bootstrapped with 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

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 start

  4. Go on and refactor to use Redux!