This is a basic Pokemon React application that displays a list of Pokemon with their details such as height, weight, and abilities. The application fetches data from the PokeAPI and allows users to search for specific Pokemon. The main focus of this project is on functionality rather than a complete UI design.
- Fetch Pokemon Data: The application fetches data from the PokeAPI to display a list of Pokemon.
- Search Functionality: Users can search for specific Pokemon by name.
- Display Pokemon Details: Each Pokemon card displays the Pokemon's image, name, height, weight, and primary ability.
- Loading Indicator: A loading indicator is displayed while the data is being fetched.
- Responsive Design: The application is designed to be responsive and works well on different screen sizes.
- Clone the repository:
git clone https://github.com/your-username/pokemon-react.git cd pokemon-react