Skip to content

Workshop of a small application based on Pokemon made with react native.

License

Notifications You must be signed in to change notification settings

DavidBarcenas/react-native-pokedex

Repository files navigation

Plantpedia

Workshop of a small application with a modern and attractive design, based on Pokemon made with react native.

🐞 Report a Bug 🙋‍♂️ Request Feature

Preview

App screenshot

Demo

Running the app

Clone/download the project and run yarn install to build the dependencies the project needs.

Install the React Native command line interface.

npm install -g react-native-cli

Development

// Inside the downloaded folder

// To start Metro Bundler
npx react-native start

// Launch app on emulator or device
npx react-native run-android
npx react-native run-ios

Credits

This project uses the PokéAPI. to obtain all the information that is shown in the app.

PokéAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon.

License

Released under the MIT licensed.
Feel free to fork this project and improve it. Give a ⭐️ if you like this project!