Skip to content
/ pokemon Public

Pokedex demonstrates modern React Native development with React Query, Custom hook, Functional Component.

Notifications You must be signed in to change notification settings

yujune/pokemon

Repository files navigation

Pokedex

⚔️ Pokedex demonstrates modern React Native development with React Query, Custom hook, Functional Component.


Light Theme


Dark Theme

Demo

Download

Go to the Releases to download the latest APK.

Know Issues

  1. About, Base State and Evolution page in pokemon details will scroll out of bound due to the height of Gallery's page is the highest.

Todos

  • App - Support different theme.
  • App - App icon, app name.
  • App - Splash screen.
  • Pokemon Details - Refresh feature.
  • App - Favorite Pokemon (Either use local database or remote server).
  • App - Unit Test, Component Test, Integration Test.
  • App - Comprehensive Ui documentation (Storybook).
  • App - CICD
  • Watchlist - Add swipe to delete, reorderable.
  • App - Add logging.