ID Assignment 3
About
This assignment is a pair assignment where we take a all our knowledge and skills we have learnt and apply it to this assignment. My teammate and I decided to create website the shows off what APIs can do as well as educate them on what APIs are. The website was built with HTML, CSS and JavaScript with the help of various APIs as well.

Games section
My teammate and I thought it would be a great idea to introduce APIs to people using games, the mini 'games' u see below are made using APIs. I mainly worked on the blackjack game (no money is involved). The blackjack API responds with poker cards depending on the type of fetch request. The response includes an image of the poker card(s) and the values of said card(s) this allowed me to build a simple blackjack game using some if else statements. There will be a video example below. I also worked on other APIs such as the dog API and Affirmation API.

Video Demo
This is a short video demo that shows the blackjack API working. If you would like to try it yourself please visit: https://s10208233.github.io/ID_Assg3_website/play.html
Github Repo:
