This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
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.
- 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.
- React.js
- Vite (for fast development build)
- Axios (for API requests)
- React Router (for navigation)
To run the project locally:
-
Clone the repository: git clone https://github.com/sabha-mushtaq/pokiedex-react-app
-
Navigate into the project directory:
cd pokieapp
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open the app in your browser at : http://localhost:5173/
Feel free to fork the repository, make changes, and create a pull request. Contributions are welcome!
This project is licensed under the MIT License.