Pokemon Explorer is a web application that allows users to browse and explore Pokémon using real-time data from the PokeAPI.
The purpose of this project is to demonstrate understanding of JavaScript, API integration, and UI development.
PokeAPI
https://pokeapi.co/
- Search Pokémon by name
- Filter Pokémon by type (fire, water, grass, etc.)
- Sort Pokémon by stats (HP, attack, etc.)
- Responsive design for all devices
- Dark mode (optional)
- HTML
- CSS
- JavaScript (Fetch API)
- Clone the repository
- Open index.html in a browser
Milestone 1 completed