Skip to content

Pokemon Finder is a React app hosted on GitHub that acts as an interactive Pokédex, letting users discover detailed information about Pokémon using the PokéAPI.

Notifications You must be signed in to change notification settings

axelfrache/pokemon-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Finder

Pokemon Finder is a simple web application built with React that allows users to search for Pokémon by name or ID. Utilizing the PokéAPI, it provides detailed information about each Pokémon, including its type, abilities, and the games it appears in.

Pokemon Finder Demo

🚀 Get Started

Prerequisites

  • 🟢 Node.js
  • 📦 npm or Yarn

Installation

Clone the repository:

git clone https://github.com/axelfrache/pokemon-finder.git
cd pokemon-finder

Install dependencies:

  • Using npm:
npm install
  • Or using Yarn:
yarn

Run the application:

  • Using npm:
npm start
  • Or using Yarn:
yarn start

Open http://localhost:3000 in your browser.

🕹️ Usage

To use React Pokemon Finder, follow these steps:

  1. Open the application in your web browser.

  2. Search for a Pokémon by entering its name or ID.

  3. Click "Search" or press enter.

  4. View the details of your Pokémon below the search bar.

🌟 Features

  • 🔍 Search by name or ID
  • 📖 Detailed Pokémon info (types, abilities, game appearances)
  • 📱 Responsive design for all devices

🤝 Contributing

Contributions to Pokemon Finder are welcome!

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine.
    git clone https://github.com/axelfrache/pokemon-finder.git
  3. Create a new branch for your features or fixes.
    git checkout -b feature/{feature-name}
  4. Commit your changes with descriptive commit messages.
    git commit -m "Add feature description"
  5. Push your branch to your fork.
    git push origin feature-name
  6. Open a pull request against the main repository.

Please refer to the contribution guidelines for detailed instructions.

🛠️ Templates

When opening an issue, please use the appropriate template:

For pull requests, ensure you follow the pull request template

About

Pokemon Finder is a React app hosted on GitHub that acts as an interactive Pokédex, letting users discover detailed information about Pokémon using the PokéAPI.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published