Skip to content

fabrinanunes/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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