/Pokedex

Project carried out for student purposes, contemplating the technologies I have studied. On the website it is possible to access a list of pokémons provided by pokeApi, in addition it is also possible to access more data of a certain pokémon and do a search for their names.

Primary LanguageJavaScript

POKEDEX

Project carried out for student purposes, contemplating the technologies I have studied. On the website it is possible to access a list of pokémons provided by pokeApi, in addition it is also possible to access more data of a certain pokémon and do a search for their names.

Video

Getting started

Reach out the pokedex: marcioPokedex

or

  1. Fork and clone this repository to your computer

  2. Download Node.js and install it.

  3. Run yarn install into client folder

  4. Open localhost:3000 on your browser and see the Pokedex

Techs

  • ReactJs/JSX

  • Javascript

  • HTML/CSS

  • Sass

  • react-router-dom

  • react-router

PokeApi

Pokedex using the PokeAPI for constructing RESTful API.

PokeAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon.