Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 504 Bytes

Pokedex

Demo

A React-based pokedex application inspired by pokemondb and HybridShavim's Angular-based application.

The functionalities of this application include:

  • Browse the pokedex
  • Search for a list of or a certain pokemon
  • View the information of a chosen pokemon
  • View the information of a pokemon ability or move

The application employs the benefits of lazy loading, Redux toolkit query, intersection observer web api and react portals.