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

https://github.com/erdemkeren/udacity-reactnd-redux-and-asynchronicity

The source code of the application we developed during the Udacity React Webinar: Redux 7 (Redux and asynchronicity (thunk middleware))
https://github.com/erdemkeren/udacity-reactnd-redux-and-asynchronicity

Last synced: 3 months ago
JSON representation

The source code of the application we developed during the Udacity React Webinar: Redux 7 (Redux and asynchronicity (thunk middleware))

Awesome Lists containing this project

README

        

The source code of the application developed for the Udacity React Webinar: **"Redux and asynchronicity (thunk middleware)"**

This application utilizes the api of https://randomuser.me and the [table component of ant design](https://ant.design/components/table/)
and demonstrates an example usage of thunk middleware with async requests.

See: https://erdemkeren.github.io/udacity-reactnd-redux-and-asynchronicity

![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.