Skip to content

achedon12/pokedex

Pokedex Project

Pokedex

🎉 Welcome to the Pokedex Project! 🎉

Description

The Pokedex Project is a React-based web application that allows users to explore and learn about various Pokémon. With a sleek and modern design, users can view detailed information about each Pokémon, including their types, stats, abilities, and evolutions.

Features

  • 🔍 Search: Easily search for your favorite Pokémon.
  • 📊 Stats: View detailed stats for each Pokémon.
  • 🌟 Shiny Versions: Check out the shiny versions of Pokémon.
  • 🧬 Evolutions: Explore the evolution chain of each Pokémon.
  • 🎵 Cries: Listen to the cries of Pokémon.

Screenshots

Pokedex Screenshot

Getting Started

Prerequisites

  • Node.js (v20 or higher)
  • npm (v7 or higher)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/pokedex.git
    cd pokedex
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start
  4. Open the browser:

    Go to http://localhost:5173 to view the application.

Contributing

🎉 Welcome! Thank you for showing interest in contributing to the Pokedex project. We are excited to have you here! 🎉

Please read our Contributing Guidelines to get started

Code of Conduct

Please read our Code of Conduct to understand the behavior we expect from contributors.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Thanks to PokéAPI for providing the Pokémon data.
  • Special thanks to all contributors and the open-source community.

Happy Coding! 💻