SRChttps://producingtechnology.com/65-apps/pabolusaketh_185158_15200479_index-1.html
This single-page application functions as a Pokémon directory, allowing
users to search for Pokémon entries using a search bar paired with a set of filters.
The filters enable users to narrow results by attributes such as type, enabling a
targeted lookup experience. The app presents matched entries in a structured card or
list format, surfacing relevant stats and details for each Pokémon found in the directory.
-
Bug
The directory was pre-populated with only a single Pokémon entry, making it
hard to meaningfully test the search or filter functionality. Searching for
any other Pokémon returned no results, limiting the app's usability to a single
hardcoded record.
Add an input field that allows users to submit additional Pokémon entries to the directory
in a defined JSON format. The field should accept a structured JSON object containing
the relevant Pokémon attributes (e.g. name, type, stats) and append the new entry to the
existing directory so it becomes immediately searchable and filterable alongside the
existing entries.