Skip to content
Personal

Pokedex - App

A simple Pokedex app built with React Native and Expo. The app uses the PokeAPI to fetch data about pokemon and display it in a list. The user can then click on a pokemon to view more details about it.
2023Hobby Project
01

Overview

Role
Mobile Developer
Duration
2 weeks
Team
1

A React Native Pokedex application that demonstrates modern mobile development practices. The app fetches Pokemon data from the PokeAPI and presents it in an intuitive, searchable interface. Features include Pokemon search, detailed statistics, type information, and a clean, engaging user interface that captures the essence of the Pokemon universe.

02

Built with

  • React Native
  • Expo
03

What was hard, and what I did

Challenges

  • API integration and data management
  • Smooth scrolling performance
  • Image loading and caching
  • Search functionality

Solutions

  • Implemented efficient API calls with caching
  • Used FlatList for optimized scrolling
  • Added image lazy loading with placeholder
  • Built real-time search with debouncing