This project is a web application that fetches Pokemon data from an API and displays each Pokemon as an interactive card on the screen. It includes a search feature to filter Pokemon by name dynamically.
Fetches Pokémon data from the Pokémon API. Displays each Pokemon in an individual card format with its details. Includes a search bar to filter displayed Pokémon based on user input.
HTML for the structure of the page. CSS for styling, creating a responsive card layout. JavaScript for API requests, data manipulation, and handling search functionality.
index.html: The main HTML file that structures the application layout. styles.css: Contains all the styles for the cards and layout. main.js: JavaScript file for API interaction, displaying Pokémon cards, and implementing the search functionality.