React Pokemon Searcher Lab

M Khan
1 min readFeb 26, 2020

The React Pokemon Searcher Lab is a lab that requires you to understand the React Library and flow of information that occurs between components. This blog will show the requirements of the lab and the code used to complete the lab. If you are looking for a more detailed explanation of each part of React i recommend reading my previous blog that goes more in depth.

Pokemon Searcher React App Final View

Pokemon Searcher App View

Deliverables

React Pokemon Searcher Deliverables

Hierarchy

Hierarchy for Pokemon App

Components

App.js Component
PokemonPage.js
PokemonCollection.js
PokemonCard.js
PokemonForm.js
PokemonSearch.js

Pokemon Video Review

Pokemon React Review Part 1
Pokemon React Review Part 2

--

--