https://github.com/amaurioliveira/gomarketplace
Nesse desafio, você desenvolverá uma nova aplicação, a GoMarketplace. Dessa vez é hora de você praticar o que você aprendeu até agora no React Native junto com o TypeScript, utilizando rotas, Async Storage e a Context API.
https://github.com/amaurioliveira/gomarketplace
axios gostack-bootcamp jest react-icons react-native styled-components typescript
Last synced: 3 months ago
JSON representation
Nesse desafio, você desenvolverá uma nova aplicação, a GoMarketplace. Dessa vez é hora de você praticar o que você aprendeu até agora no React Native junto com o TypeScript, utilizando rotas, Async Storage e a Context API.
- Host: GitHub
- URL: https://github.com/amaurioliveira/gomarketplace
- Owner: AmauriOliveira
- Created: 2020-11-18T00:45:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T23:12:53.000Z (over 3 years ago)
- Last Synced: 2025-01-26T20:28:09.767Z (over 1 year ago)
- Topics: axios, gostack-bootcamp, jest, react-icons, react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 3.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# GoMarketplace
> Desafio feito durante o GoStack



## :telescope: Overview
[🏠 Homepage](https://github.com/AmauriOliveira/GoMarketplace)
Nesse desafio, você desenvolverá uma nova aplicação, a GoMarketplace. Dessa vez é hora de você praticar o que você aprendeu até agora no React Native junto com o TypeScript, utilizando rotas, Async Storage e a Context API.
## :computer: Techs
- react
- @react-native-community/async-storage
- @react-navigation/native
- axios
- intl
- json-server
- react-native
- styled-components
## Commands
>Clonando o projeto e instalando o projeto
```bath
git clone https://github.com/AmauriOliveira/GoMarketplace.git
cd GoMarketplace
yarn
```
```bath
yarn android
```
```bath
yarn ios
```
```bath
yarn start
```
```bath
yarn test
```
```bath
yarn lint
```
>Iniciando o fake backend
```bath
yarn json-server server.json -p 3333
```
>Iniando emulado android previamente criado
```bath
emulator -avd Pie01
```
## :star2: Contributing
Contributions, issues and feature requests are welcome!
- ⭐️ Star the project
- 🐛 Find and report issues
- 📥 Submit PRs to help solve issues or add features
Feel free to check [issues page](https://github.com/amaurioliveira/GoMarketplace/issues). You can also take a look at the contributing guide.
## :bow: Author
**Amauri Antonio de Oliveira**
* Email: amauriibate32@hotmail.com
* GitHub: [@amaurioliveira](https://github.com/amaurioliveira)
* LinkedIn: [@amauri-oliveira-058066192](https://linkedin.com/in/amauri-oliveira-058066192)
## :books: License
Copyright © 2020 Amauri Antonio de Oliveira
This project is [MIT](license) licensed.