https://github.com/sakuexe/pokedex-app
Crossplatform pokedex application for ios and Android built using React Native and Expo.
https://github.com/sakuexe/pokedex-app
Last synced: 25 days ago
JSON representation
Crossplatform pokedex application for ios and Android built using React Native and Expo.
- Host: GitHub
- URL: https://github.com/sakuexe/pokedex-app
- Owner: sakuexe
- Created: 2023-07-11T07:48:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T06:02:49.000Z (11 months ago)
- Last Synced: 2025-02-08T21:45:58.718Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crossplatform Pokedex
This is my first React Native project. I'm using Expo to build a crossplatform Pokedex.
This is done with the use of the PokeAPI and the Expo Router.## 🚀 How to use
```sh
npx create-expo-app -e with-router
```## 📝 Notes
- [PokeAPI](https://pokeapi.co/)
- [Pokenode-ts](https://pokenode-ts.vercel.app/)
- [Expo Router: Docs](https://expo.github.io/router)
- [Expo Router: Repo](https://github.com/expo/router)
- [react-native-picker](https://github.com/react-native-picker/picker)
- [Expo Image](https://docs.expo.io/versions/latest/sdk/image/)
- [React Native Async Storage](https://github.com/react-native-async-storage/async-storage)