https://github.com/betiol/marvel-app-react-redux
Demo
https://github.com/betiol/marvel-app-react-redux
flowtype marvel react redux thunk-middleware
Last synced: 5 months ago
JSON representation
Demo
- Host: GitHub
- URL: https://github.com/betiol/marvel-app-react-redux
- Owner: betiol
- Created: 2018-04-17T17:25:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T04:33:32.000Z (over 2 years ago)
- Last Synced: 2023-03-07T19:35:23.735Z (over 2 years ago)
- Topics: flowtype, marvel, react, redux, thunk-middleware
- Language: JavaScript
- Homepage: https://marvel-heroes-site.netlify.app
- Size: 2.63 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## O que esta aplicação faz?
Existem as seguintes funcionalidades:
* Uma lista de cartões de Heróis e Quadrinhos carregados da API da Marvel;
* Cada lista tem um item clicável que é redirecionado para os detalhes do mesmo;
* Na página de detalhes é possivel ver mais sobre o Herói ou Quadrinho;
* Scroll infinito integrado com paginação de API## Bibliotecas Usadas
* [React](http://reactjs.org/)
* [Redux](http://redux.js.org/)
* [Flow Type](https://flow.org/)
* [Styled Components](https://github.com/styled-components)
* [Redux Thunk](https://github.com/gaearon/redux-thunk)
* [Material Design](https://material-ui-next.com/)##### Como rodar a aplicação
```sh
git clone https://github.com/betiol/marvel-app-react-redux.git
cd marvel-app-react-redux
yarn install
yarn start
```