Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagocabralcorreia/pokedev-app
Projeto desenvolvido para processo seletivo para Nano Incub. 📱 React Native app com CLI, Axios, TypeScript e Styled-Components.
https://github.com/thiagocabralcorreia/pokedev-app
axios contex-api pokemon-api react-native styled-components typescript
Last synced: 8 days ago
JSON representation
Projeto desenvolvido para processo seletivo para Nano Incub. 📱 React Native app com CLI, Axios, TypeScript e Styled-Components.
- Host: GitHub
- URL: https://github.com/thiagocabralcorreia/pokedev-app
- Owner: thiagocabralcorreia
- Created: 2022-05-11T17:59:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T19:26:03.000Z (over 2 years ago)
- Last Synced: 2024-04-23T21:48:49.418Z (7 months ago)
- Topics: axios, contex-api, pokemon-api, react-native, styled-components, typescript
- Language: Java
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![App Screenshot](.github/cover.png)
Aplicação em React Native para avaliação. User Interface baseada em vetores gráficos de projeto em Figma.
## Stacks
- React Native CLI
- Typescript
- Axios
- Styled-Components
- [PokEAPI](https://pokeapi.co/)## Outros Recursos
- React Navigation
- Scroll infinito com FlatList
- Context API## Começando
Clone o repositório:
```
$ git clone ttps://github.com/thiagocabralcorreia/pokedev-app
```Instale as dependências:
```
$ npm install
```
Inicie o Metro (JavaScript Bundler):```
$ npx react-native start
```Inicie sua aplicação:
```
$ npx react-native run-android
```