Pokédex

Screenshot of Pokédex

A Pokédex app built with React and React Router that fetches live data from the PokéAPI. Browse Pokémon, view individual detail pages, and navigate between them with client-side routing.

First real use of React Router for multi-page navigation without a full page reload. Learned how to structure a React app across multiple routes and how to fetch and display data from a third-party REST API.

ReactReact RouterPokéAPIJavaScript