Skip to content

A React app that fetches and displays Pokémon details using the PokéAPI, with interactive features.

Notifications You must be signed in to change notification settings

sabha-mushtaq/pokiedex-react-app

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

PokieApp

PokieApp is a React-based application that fetches Pokémon details from the PokéAPI. It allows users to search for and view detailed information about various Pokémon, including their types, stats, abilities, height, and weight.

Features

  • Search for Pokémon by name or ID.
  • View detailed information about each Pokémon.
  • Interactive UI with Pokémon image rotating in 3D.
  • Responsive design for mobile and desktop devices.

Technologies Used

  • React.js
  • Vite (for fast development build)
  • Axios (for API requests)
  • React Router (for navigation)

Setup

To run the project locally:

  1. Clone the repository: git clone https://github.com/sabha-mushtaq/pokiedex-react-app

  2. Navigate into the project directory:

    cd pokieapp

  3. Install the dependencies:

    npm install

  4. Run the development server:

    npm run dev
    
  5. Open the app in your browser at : http://localhost:5173/

Contributing

Feel free to fork the repository, make changes, and create a pull request. Contributions are welcome!

License

This project is licensed under the MIT License.

About

A React app that fetches and displays Pokémon details using the PokéAPI, with interactive features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published