# Gladiators example - redux-app

A real world example made with [redux-app](https://github.com/alonrbar/redux-app) and [Angular](https://angular.io/).

## Main Page

![Main Page](./assets/screenshots/main-page.PNG?raw=true "Main Page")

## Edit Profile Page

![Edit Profile Page](./assets/screenshots/profile-page.PNG?raw=true "Edit Profile Page")

## The Arena Page

![Arena Page](./assets/screenshots/arena-page.PNG?raw=true "Arena Page")

## Remarks

When reading the source it is recommended to start with the [view model directory](https://github.com/alonrbar/redux-app-examples/tree/master/src/angular/gladiators/viewModel) where all application logic resides.
