Pokédex is a project developed by a team of two members, cadeteandre and sharonVko. The project was designed entirely by us and built using Vite, HTML, CSS, and TypeScript. The data is fetched from an API, allowing users to search for their favorite Pokémon or filter by various Pokémon types. The Pokémon are displayed on cards across multiple pages (pagination).
-
Search Functionality: Users can search for their favorite Pokémon by name.
-
Type Filtering: Users can filter Pokémon by different types (e.g., water, fire, grass, etc.).
-
Pagination: Pokémon are displayed on cards and paginated for easy navigation.
-
Vite: Build tool and development server.
-
HTML: Structure of the web application.
-
CSS: Styling of the web application.
-
TypeScript: Scripting language to add interactivity and functionality.
Thanks to pokeapi.co for providing the Pokémon data.
