Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T23:12:53.000Z (about 2 years ago)
- Last Synced: 2024-11-28T11:11:53.127Z (3 months 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
![banner](https://i.imgur.com/Fr1x8wR.png)
# GoMarketplace
> Desafio feito durante o GoStack
![GitHub last commit](https://img.shields.io/github/last-commit/amaurioliveira/GoMarketplace)
![license](https://img.shields.io/github/license/amaurioliveira/GoMarketplace)
![GitHub repo size](https://img.shields.io/github/repo-size/amaurioliveira/GoMarketplace)## :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.gitcd 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 featuresFeel 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: [email protected]
* 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.