Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hdev14/rocketshoes-mobile
A small mobile interface for a e-commerce of shoes
https://github.com/hdev14/rocketshoes-mobile
axios react-native redux redux-saga styled-components
Last synced: 13 days ago
JSON representation
A small mobile interface for a e-commerce of shoes
- Host: GitHub
- URL: https://github.com/hdev14/rocketshoes-mobile
- Owner: hdev14
- Created: 2020-03-15T17:23:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T19:23:35.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T00:57:26.743Z (about 1 month ago)
- Topics: axios, react-native, redux, redux-saga, styled-components
- Language: JavaScript
- Homepage:
- Size: 5.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
INTERFACE PARA UM APLICATIVO DE VENDAS DE TÊNIS/SAPATOS
>Pequeno app desenvolvido com o objetivo de aprimorar o conhecimento sobre **React Native** e **Redux**.
Esse **app** simula uma pequena loja de tênis/sapatos. O funcionamento dele pode ser vista abaixo:
![app](docs/app.gif)
***OBS:*** Caso queria testar o app, o mesmo não possui API própria, por isso foi utilizado o [json-server](https://github.com/typicode/json-server) para simular uma API REST. Basta instalar o json-server (globalmente ou como dependência de desenvolvimento) e depois executar esse simples comando na raiz do projeto:
```
json-server --host 192.168.0.8 --port 3333 api.json
```