Pokemon Search is a react app that performs the following taks:
-
Web page that allows user to enter a Pokémon name
-
Submit a query to Pokeapi and display the given pokémon's name, number, sprite or error message if no match is found
-
Provide “Previous” & “Next” buttons, that switch to the previous/next Pokémon, based on their ID number
-
Provide a text-based search feature, where inputting a name or partial name should look for a matching Pokémon and show it
-
Add automated tests for the features above.
Deployment
The app has been deployed to gh pages and can be found here: Pokemon Search App.
Clone Repo
git clone https://github.com/TimAngus321/pokemon-app.git
Packages to install:
yarn add sass
Icons:
yarn add @fortawesome/fontawesome-svg-core
yarn add @fortawesome/free-solid-svg-icons
yarn add @fortawesome/react-fontawesome
yarn start