Project notes
Pokedex: The Pokemon profile search app
Next.js 14 experiment using a public API to search Pokemon and render profile data, useful for practising App Router data fetching, UI composition and third-party API integration.

Project details
This project is a Next.js 14 application that allows users to search for Pokemon and view their profile data. It uses a public API to fetch the data and renders it in a clean and modern UI.
The project was built as an experiment to practice using the App Router for data fetching, composing UI components, and integrating with third-party APIs.
The application includes error handling for failed API requests, and is designed to be accessible and responsive across different devices.