Welcome to the Pokédex App! This is a project built using Next.js. You can access the deployed version of the app here.
- Search Pokémon: Easily search for your favorite Pokémon by name.
- Add to Favorites: Add Pokémon to your favorites list for quick access.
- Remove from Favorites: Remove Pokémon from your favorites list when no longer needed.
- View Pokémon Details: Get detailed information about each Pokémon including description, type, moves, evolutions, and stats such as attack, defense, speed, and HP.
- Responsive Design: The app is designed to work seamlessly on various screen sizes.
- Express Affection: Click on a Pokémon to show some love and see it transform into its shiny version for a few seconds.
pokedex-pokemon.mp4
search-pokemon.mp4
affection-pokemon.mp4
- Next.js
- Vercel (for deployment)
-
Clone the repository:
git clone https://github.com/your-username/pokedex-app.git
-
Install dependencies:
cd pokedex-app npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 to view the app in your browser.
This app is deployed using Vercel. Any changes pushed to the main branch of the repository will automatically trigger a new deployment.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0). See the LICENSE file for details.