Pokedex

Preview-Screens

For pokemon lovers, I have developed a very cozy pokedex for them to meet their favorite pokemons and many others. 😄. Deploy

Functionalities

  • You can search for pokemons by type and name, or both together.
  • if you no longer want to filter by type or name, you can reset it by clicking the "Reset" button.
  • if you want to go to the next page and load more pokemons, just click on the forward button next to the page number, the same goes for back.
  • I am working on more features

Getting Started

To run this project in the development mode is very simple.

Installing

Cloning the Repository

$ git clone https://github.com/Wesleyfbarretos/Pokedex.git

$ cd Pokedex

Installing dependencies

$ yarn

or

$ npm install

Running

$ yarn dev

or

$ npm run dev