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

https://github.com/erdemkeren/udacity-reactnd-tinkering-with-redux

The source code of the application we developed during webinar: Redux 1 (Tinkering with Redux)
https://github.com/erdemkeren/udacity-reactnd-tinkering-with-redux

Last synced: 3 months ago
JSON representation

The source code of the application we developed during webinar: Redux 1 (Tinkering with Redux)

Awesome Lists containing this project

README

        

The source code of the application I developed for Udacity React Webinar: **"Thinkering with Redux"**

The application has no UI. It logs the changes to the console.

See: https://erdemkeren.github.io/udacity-reactnd-tinkering-with-redux

![App screenshot](screenshot.png?raw=true "Screenshot")

## Installation

The application is bootstrapped using create-react-app. Run

### `npm install && npm start`

to run the application on your computer.