Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.53 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.53 KB

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.