PokéInfo is a simple Pokemon details generator that allows you to retrieve information about different Pokemon species.
- Search for Pokémon by name or ID
- View detailed information about each Pokémon, including their abilities, types, and stats
- Get a random Pokémon suggestion
- Save your favorite Pokémon for quick access
- Clone the repository:
git clone https://github.com/your-username/poke-info.git
- Navigate to the project directory:
cd poke-info
- Install the dependencies:
npm install
- Start the application:
npm start
- Open your browser and go to
http://localhost:3000
- Enter the name or ID of the Pokemon you want to search for
- Explore the details of the Pokemon and enjoy!
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.