Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.99 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.99 KB

G.L.E.A. (Gotta List 'Em All)

GLEA is a demo Pokedex application which lists (😏) and shows Pokemon details, such as type and stats, whenever the user selects one. The app has been designed using Clean Architecture and MVI.

GLEA uses the PokeAPI for retrieving pokemon details that are updated in the database, allowing offline use once the database has been populated

Next steps

  • Filtered list by type
  • Advanced search by name and range of stats
  • Save single pokemon or category in a User Preferences app section

Tech details