Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 818 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 818 Bytes

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