This Pokemon roledex was built using React and utilized the create-react-app starter code which can be found below.
Basically you can dynamically search all the pokemon in the list and the site will filter all the pokemon names that do not match -- Fun Stuff!
Clone this project from GitHub and install dependencies
git clone https://github.com/belhaghassan/Monster-Roledex.git
cd Monster-Rolodex
npm install
This project was bootstrapped with Create React App.