This project is a Pokémon repository that loads data from the PokéAPI and displays a list of Pokémon cards with a search functionality. When a Pokémon card is clicked, it shows detailed information about the Pokémon in a modal.
Displays a list of Pokémon cards with names and images. Allows users to search for Pokémon by name. Shows detailed information about a Pokémon in a modal when its card is clicked. Responsive design that adapts to different screen sizes.
To run the Pokédex locally on your machine: Clone the Repository: Download the repository as a zip file or use Git to clone it to your local machine. Navigate to Project Folder: Open the project folder on your computer. Run the Application: Launch the index.html file in your preferred web browser.
The Pokédex project utilizes data from the Pokémon API to fetch information about different Pokémon species. The API provides extensive details, allowing users to explore the vast world of Pokémon seamlessly.
API Endpoint: API Endpoint: Pokémon API
The project used HTML, CSS, Javasctipt, Bootstrap, Eslint.