This simple project is an exercise of the introductory course to React provided by "r/Argentina Programa". The data used for this exercise was provided by PokeAPI.co API. The web design and page layout is based on the design of the PokeAPI.co webpage.
The purpose of the exercise was to encompass all basics concepts approached by the course: functional components, state management through useState and useReducer hooks, routing with react-router, useEffect and API requests, CSS-in-JS through Emotion's Styled Components, among others concepts.
- Navigate through the bast array of Pokémons and find more than 1000+ differents Pokémons provided by PokeAPI.
- Display- Find information from each Pokémon along side its original art.
The Database contains all the Pokémons provided by PokéAPI, ordered by its current Pokémon Number. Each entry shows the name and art of said Pokémon. Click on the "snap" and gain access to all the data.
Inside each Pokémon Snap on this album you will find a wide array of information including its number in the National Pokédex, its oficial art, its name, its types, size, weight, stats, and more.
- You can visit r/Argentina Programa to access the ongoing course for free.
- An alternative and more limited version of this project (built in vanillaJS) can be found here.