/pokedex

Pokedex using PokeApi

Primary LanguageJavaScript

Current Status: ✅ completed

💻 Project

Pokémon catalogue with Pokémon names, types & status.

🔨 Features

[X] View basic details of each Pokémon
[X] Order Pokémon by name or ID
[X] Filter Pokémon bt type
[X] Search Pokémon by name
[X] Pokémon status

🚀 Build with

  • PokéApi
  • React
  • Material-UI

🔖 Layout

💾 Getting Started

  1. Clone the repo
$ git clone https://github.com/fabrinanunes/pokedex.git
$ cd pokedex
  1. Install the dependencies
yarn
  1. Start the project
yarn start