Custom Next.js Project
This project is a custom Next.js application that integrates API fetches, search filtering, and navigation. It demonstrates how to fetch data from an external API, implement search functionality, and set up a smooth navigation experience within the app.
Features
- API Fetching: Fetches data from a third-party API and displays it dynamically in the app.
- Search Filtering: Implements a search bar that allows users to filter the fetched data based on user input.
- Navigation: Smooth navigation between pages using Next.js routing features.
- Responsive Design: Mobile-friendly layout for better user experience across devices.
Installation
Clone the repository:
```bash
git clone https://github.com/JackHallett1995/pokemon-finder.git
cd pokemon-finder
npm install
npm run dev
Possible Improvements
- UI Improvements
- Favorite Pokemon Selection
- List filter by Pokemon Type