This is a simple react react native app that uses the pokeapi to display a list of pokemon. It is built using expo, react native and nativewind v4.
ℹ️ This is week 2 of my weekly project uni project challenge!
- List of pokemon with infinite scroll
- Detail screen for each pokemon
- Clone the repository
- Install dependencies with
npm installoryarn install - Start the development server with
npm startoryarn start - Open the app on your device or emulator
- Enjoy!
This app uses the pokeapi to fetch data about pokemon. The API is free to use and has a lot of data about pokemon, including their names, images, types, and more.