/PocketGear

A clean and simple Pokédex app for Pokémon GO

Primary LanguageJavaScript

PocketGear

PocketGear is a clean and simple Pokédex app for Pokémon GO you'll ever need, made by Pokémon enthusiasts to help you trainers get the best out of your Pokémons.

Download for iOS | Download for Android

Features

  • Search and get details on any Generation I Pokémon
  • Have an edge at gym battles by knowing which Pokémon are strong or weak against a Pokémon
  • Make informed decision on which Pokémons to keep and evolve based on their attacks
  • Calculate the resulting CP of a Pokémon after evolution
  • Explore and read about Pokémons you've not caught yet

Setup

  1. Install NodeJS
  2. Install and setup React Native
  3. Clone the repo and cd to the cloned directory, then run npm install
  4. Run react-native run-ios or react-native run-android to run the app on iOS or Android

Contributing

Make sure your code passes ESLint and Flow. Run the following to verify,

npm run eslint
npm run flow

Remember to add tests if you're changing the business logic. If it's a UI change, post before and after screenshots.


Made with ❤️ and React Native.