That's my first project with React and I am very excited about this one.
I'm put in practice, states, events, life-cycle,components, props, etc. Until now I'm having a lot of fun with React, pretty good library, the dom manipulation with react is way more simple and faster. In this project I'm using PokeAPI, a RESTful API with a huge set of information about Pokemon
Desktop | Mobile |
---|---|
![]() |
![]() |
Desktop | Mobile |
---|---|
![]() |
![]() |
If you want to give it a try click the link below:
Live Demo
If you want to use this app locally or make your own changes, follow the steps below:
git clone [email protected]:gabriellima77/pokedex.git
cd pokedex
npm install
npm start