Week 02 - React Native Mobile App
See original block post here.
In the second week of my uni project challenge, I developed a React Native mobile app that uses the Pokeapi to show information about pokemon. This project allowed me to explore mobile development and work with external APIs to fetch and display data dynamically.
The app features a simple interface where users can browse through a list of Pokemon and view details about each one.
Screenshots


Running this project
Clone the repository and navigate to the project directory:
git clone https://git.jimster.dev/jim/mobile-react-native-pokeapi.git
cd mobile-react-native-pokeapiInstall the dependencies:
npm installStart the development server:
npx expo start
# or npm run startThis will start the Expo development server. You can then use the Expo Go app on your mobile device or an emulator to run the app.
This is a MOBILE APP, it is not designed nor built to run on the web.
Thanks for checking out my project!