PokemonFinder is a web application built with Next.js, styled with Tailwind CSS and Shadcn UI. It leverages TypeScript for type safety and integrates with the Pokemon API to provide a search feature for finding Pokemon data.
- Search for Pokemon by name or ID
- Display detailed information about each Pokemon
- Responsive UI design with Tailwind CSS and Shadcn UI components
- Type safety and improved developer experience with TypeScript
-
Clone the repository:
git clone https://github.com/VansRouges/PokemonFinder.git
-
Install the dependencies:
cd PokemonFinder npm install
-
Start the development server:
npm run dev
This will start the Next.js development server and make the application available at
http://localhost:3000
. -
Open your browser and navigate to
http://localhost:3000
to access the PokemonFinder application.
PokemonFinder utilizes the Pokemon API to fetch Pokemon data. The API provides various endpoints to retrieve information about Pokemon species, abilities, moves, and more. For detailed documentation and usage examples, refer to the Pokemon API Documentation.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
Please make sure to follow the code of conduct when contributing to this project.
This project is licensed under the MIT License.