Pokemon App
August 16, 2020 • Angular, APIs, RxJS, Typescript
Search Pokemon by name and type. View more details about each Pokemon.
Links
Features
- After selecting a pokemon type, the list of pokemon is stored in memory saving API requests.
- After selecting a specific pokemon, the individual pokemon is stored in memory saving API requests.
- When viewing a list of pokemon, the search field filters the list and finds matching pokemon.
- If an API request fails, a Reload button is provided to try the request again.