A basic web application in React implementing a front-end interface that consumes an API.
This project utilizes the Pokemon API to fetch detailed information about various Pokemon species.
- Landing Page
- Pokemon Gallery with Multi-label Filters: Filter based on type of pokemon.
- Sortable List of Pokemons based on Attributes: Sort based on height or weight of pokemon in ascending or descending order.
- Table of Pokemons with Search Feature: Table with pokemons and a search-as-you-type input box.