Pokémon Move API
November 2021
This project was for my Intro to Game Web Tech class, where we used an API of our choice along with HTML, CSS, and JavaScript in order to create a web application that utilizes a web service. I chose an API that contains all of the moves in Pokémon, along with information about each move including the type, accuracy, name, etc.
My web application allowed the user to interact with the API in two distinct ways. The first was to search for a specific move if they had one in mind and view the information regarding the move in that way. The second was to filter it by the accuracy of the move: the user would choose if they wanted to filter by less than or greater than and then enter an accuracy. For example, if the user chose less than 40, the web application would list every move with an accuracy of 40 or below and information for each move.
This assignment taught me how to use API's in conjunction with JavaScript, as I had never done that before. In addition, it helped me practice with HTML and CSS, specifically how to use those tools to create a website.