An interactive web game where you have to choose a Pokémon matchup that is the most efefctive against the randomly picked opponent.
This project is written in HTML, CSS aided by Bootstrap and JavaScript using the axios library to contact the Pokeapi, This project was primarily done to test my understanding of web development and in particular API useage.
API calls are made to get pokémon data used within the game, axios ensures that this is handled smoothly
This projext may be updated to use better aproaches to web development, using a modern framework as my understanding develops
The Web application is currently being hosted on github pages, but if you want to host a version for yourself simply just clone the repository and run the index.html file
On viewing the web app, instructions are at the bottom of the page on how to play. There will be a pokémon on screen with it's types visible. Simply type a pokemon name into the search-assisted input box that you believe is a good matchup, if it is you will be declared a winner and have the option to play again, if not you can keep trying until you win
A matchup is classified as good if and only if all the chosen pokémon's types are super-effective to that of the generated pokémon's
The Web app itself was written soley by me as a personal project
Thank you to the team at Pokeapi for providing a free to use - comprehensive api