A mobile application built using React Native taking advantage of Pokemon API
- 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
- NodeJS
- Watchman
- React Native CLI
- XCode
- Android Studio
git clone https://github.com/atasmohammadi/Pokemon-Finder
cd Pokemon-Finder
yarn install
iOS
npx react-native run-ios
Android
npx react-native run-android