Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!