Skip to content

atasmohammadi/Pokemon-Finder

Repository files navigation

React Native Pokemon Finder

A mobile application built using React Native taking advantage of Pokemon API

screenshots of app

Features

  • Using FlatList for better performance
  • Search bar allowing to search based on name or type of pokemon
  • List ordered by HP (desc)
  • Caching results and Offline capability
  • Redux, Redux Persist, Redux Saga, Reselect, Immer, Invariant
  • React Native Vector Icons, React Native Elements

Requirements

  • NodeJS
  • Watchman
  • React Native CLI
  • XCode
  • Android Studio

Setup instructions

1. Install dependencies

git clone https://github.com/atasmohammadi/Pokemon-Finder
cd Pokemon-Finder
yarn install

2. Run the app

iOS

npx react-native run-ios

Android

npx react-native run-android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published