This project is a simple React application that fetches Pokémon data from the PokeAPI. Using the useEffect hook, it allows users to navigate through a paginated list of Pokémon and view detailed information about individual Pokémon.
- Display a list of Pokémon with pagination (Next and Previous buttons).
- Fetch and render detailed information for a selected Pokémon, including height, weight, abilities, and types.
- Dynamic fetching based on user interactions.
- React
- JavaScript (ES6)
- Fetch API for data retrieval
Make sure you have the following installed:
- Node.js (14.x or later)
- npm or yarn
- Clone the repository:
git clone https://github.com/psyminsays/useEffectLab.git