The Pokesearch app is a single-page web application that allows the user to input a Pokemon type, and return 12 Pokemon that match the inputted type.
The useable Pokemon types are listed below:
- Normal
- Fire
- Water
- Electric
- Grass
- Ice
- Fighting
- Poison
- Ground
- Flying
- Psychic
- Bug
- Rock
- Ghost
- Dragon
- Dark
- Steel
- Fairy
To download this repository, enter the following git commands into a terminal:
git clone https://github.com/salogost/API_Search_App.git
This repository comes with NPM developer dependencies, which is included in the package.json file.
To install these developer dependencies, enter the following NPM commands into a terminal:
npm install