Skip to content

VansRouges/PokemonFinder

Repository files navigation

PokemonFinder

image

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.

Features

  • 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

Installation

  1. Clone the repository:

    git clone https://github.com/VansRouges/PokemonFinder.git
  2. Install the dependencies:

    cd PokemonFinder
    npm install

Usage

  1. Start the development server:

    npm run dev

    This will start the Next.js development server and make the application available at http://localhost:3000.

  2. Open your browser and navigate to http://localhost:3000 to access the PokemonFinder application.

API Reference

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.

Contributing

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.

License

This project is licensed under the MIT License.