Skip to content

Using PokeAPI, show the user Pokémon basic stats, sprite, shiny form, etc. Build a team, a favourites list, get random pokemon, filter by type or search by name or pokedex number.

Notifications You must be signed in to change notification settings

andpramor/pokerizer

Repository files navigation

Pokerizer

In this project, I use the PokeAPI to fetch Pokémon data to build teams, favourites lists, etc. I'm developing this webapp as an educational project to help me learn react's ins and outs.

User stories

  • Include react router dom for SPA navigation
  • Handle default route (404 error)
  • Get a random pokémon
  • Search for an specific pokémon
  • Search for an specific pokémon after filtering by type
  • Get a random pokémon with an specific type
  • Get a random pokémon with an specific combination of types
  • Get the shiny version of a pokémon
  • Mark a pokémon as favourite
  • Build a pokémon team (Max 6 pokémon)
  • Build more than one team
  • Persistence (favourites list, teams, seen, caught), using both localStorage and Django backend

About

Using PokeAPI, show the user Pokémon basic stats, sprite, shiny form, etc. Build a team, a favourites list, get random pokemon, filter by type or search by name or pokedex number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published