Link to our app

1. Our app asks the user to search for a Pokemon, then displays their potential moves at the bottom of the page as links. Once one of the "moves" is clicked on, songs with that move as their name will be displayed, along with links to their spotify URL.

2. Our project fulfills the requirements of this project because: - It is deployed on GitHub as a public page - It responds to the users imput through entering and clicking - It uses the Pokemon API and the Spotify API - Has a search for the inputted Pokemon - Displays both the results of Pokemon moves and the results of the Spotify search - Our project is inheritly filterable by the Pokemon type, and in addition we made the songs sortable by alphabetization.

APIs used (these websites also helped showing us how to properly implement the APIs to complete what we intended):
- Spotify
- Pokemon
Additionally, we looked at the provided Spotify API example.