Skip to content

artur-dani/pokedex

Repository files navigation

Pokedex App

A simple app listing all the pokemon in the Pokedex or a specific pokemon.

Live Preview

You can checkout the live demo

Tech Stack used

  • Creat Ract App
  • TailwindCSS (for styling)
  • axios (for api request)
  • custom-hooks

Setup

Clone this repo localy and install dependencies by running

  npm install

then you can spin a local server by running:

  npm start

or you can directly Preview and Edit on StackBlitz ⚡️

Posible Improvments

  • Cache the search results and images
  • add pagination
  • implemetn search by name
  • add other information like types, abilities, moves, etc.