Welcome to the Pokémon Pokédex project! This repository contains an application that allows users to explore information about various Pokémon species. Whether you're a seasoned Pokémon Trainer or a curious newcomer, this Pokédex will provide you with essential details about your favorite Pokémon.
- Search by Name or Number: Look up Pokémon by their name or Pokédex number.
- Detailed Information: View stats, types, abilities, and other relevant data for each Pokémon.
- Beautiful UI: Enjoy a user-friendly interface with smooth animations.
- Responsive Design: Works seamlessly on both desktop and mobile devices.
- Vanilla JavaScript: Building the frontend logic.
- HTML and CSS: Structuring and styling the user interface.
- PokéAPI: Fetching Pokémon data.
- CSS Modules: Styling components.
-
Clone the Repository:
git clone https://github.com/brandothedeveloper/pokemon-pokedex.git
-
Install Dependencies:
No additional dependencies are required for this project.
-
Start the Development Server:
Simply open the
index.html
file in your preferred web browser. -
Explore the Pokémon Pokédex:
Visit http://localhost:3000 to start exploring Pokémon!
Contributions are welcome! If you'd like to add new features, fix bugs, or improve the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/my-new-feature
. - Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin feature/my-new-feature
. - Submit a pull request.
- Pokémon data provided by PokéAPI.
- Pokémon images sourced from PokeSprite.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to replace the placeholders with actual content relevant to your project. Happy coding! 🚀🔍🌟