/pokedex

Pokemon Finder is a user-friendly React application that allows users to search and display detailed information about their favorite Pokemon.

Primary LanguageJavaScriptMIT LicenseMIT

Pokemon Finder

Description

This is a React application that allows users to search for their favorite Pokemon using the Pokemon API. The application displays information about the Pokemon such as its type, height, weight, and the number of battles it has been in.

Installation

  1. Clone the repository: git clone https://github.com/yourusername/pokemon-finder.git
  2. Navigate into the directory: cd pokemon-finder
  3. Install the dependencies: npm install
  4. Start the application: npm start

Usage

To use the application, simply type the name of the Pokemon you want to search for in the search bar and press enter. The application will then display information about the Pokemon.

Features

  • Search for Pokemon by name
  • Displays Pokemon information such as type, height, weight, and number of battles
  • Responsive design that works on both desktop and mobile devices

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT