Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelset/pokeapp
A small React Native sample project
https://github.com/kelset/pokeapp
react-native sample-app
Last synced: about 11 hours ago
JSON representation
A small React Native sample project
- Host: GitHub
- URL: https://github.com/kelset/pokeapp
- Owner: kelset
- License: apache-2.0
- Created: 2019-07-31T10:54:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T11:27:39.000Z (about 3 years ago)
- Last Synced: 2023-03-05T01:23:38.996Z (over 1 year ago)
- Topics: react-native, sample-app
- Language: JavaScript
- Size: 1.16 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PokeApp
This is a simple app that wants to use the [PokeApi](https://pokeapi.co/) via this [GraphQL implementation](https://github.com/lucasbento/graphql-pokemon) for some basic stuff.
## Acknowledgment
Project bootstrapped using @AndrewJack's [react-native-starter](https://github.com/AndrewJack/react-native-starter).