Pokefetch is an Angular project that allows users to fetch and display the type of a Pokémon based on user input. It integrates with the PokeAPI, an open API that provides Pokémon data. With Pokefetch, users can easily search for Pokémon and instantly retrieve their respective types.
- User-friendly interface for searching Pokémon by name
- Integration with the PokeAPI to fetch Pokémon data
- Display of Pokémon type on the webpage
- Angular
- TypeScript
- HTML
- Tailwind CSS
Follow these steps to get the Pokefetch project up and running on your local machine:
- Clone this repository:
git clone https://github.com/ayushhagarwal/Pokefetch.git
- Navigate to the project directory:
cd Pokefetch
- Install the dependencies:
npm install
- Start the development server:
ng serve
- Open your browser and visit:
http://localhost:4200
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License.
For any questions or inquiries, please feel free to reach out to me at [[email protected]].
Happy Pokémon searching with Pokefetch! 🌟🔍🎮