Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 675 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 675 Bytes

🎓 Pokemon-Search

A web-application that provides the ability for you to search and view the speciffic data of the pokemon

✨ Features

  • Search pokemon byname
  • Search pokemon by query strin
  • Display pokemon as a beautiful card
  • Be able to navigate deeply thru evolution of each pokemon
  • Be able to see the type of attacks and details such as attack-name, attack-type, damage . . .
  • Hinting the name of all existing pokemons on the input field, so you could be more flexible playing around

🚀 Getting Started

  1. Install the modules
yarn install
  1. Run the test
yarn test
  1. Start react server
yarn start