Skip to content

paulorom/nelo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokédex (React Native + Expo + TypeScript)

A minimalist Pokédex using the PokéAPI. Infinite-scrolling grid with images and names, tap-through details screen with a back button, and web support.

Features

  • Infinite list of Pokémon with image, name, and ID
  • Details screen shows artwork, types, height, weight, and stats
  • Back navigation to the main list
  • Search as you type the list
  • TypeScript, React Navigation, React Query

Getting started

  1. Install dependencies:
npm install
  1. Start the project:
npm run web

Structure

src/
  App.tsx
  api/pokeapi.ts
  components/PokemonCard.tsx
  screens/
    HomeScreen.tsx
    DetailsScreen.tsx

Notes

  • Infinite scroll powered by useInfiniteQuery and FlatList.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors