Who Said That is a simple web based trivia app about anime characters. You will see a anime quote on the screen and you will have to choose between 4 options between characters on who said that quote
-
running it locally: clone the repo or download the source from here (you do not need any additional packages as its all html/css/js) then simply open the index.html file.
-
try it online : HERE
- uses a API using a external anime quotes site, even if it is vry rate limited
- if you get rate limited it has a backup with preloaded quoted ecc so you can try it
- life system with hearts and score system to see how you do in each "run" of the game and if you lose all 3 lives you have to restart ur score
- if you guess wrong you will know which one is the right answer since it gets highlighted
- works in mobile devices too
The only thing i learned that's really "new" for me is how to act when the API fails/ gets rate limited and what i should do in this case as said i made a backup function to fix the site making it work without the API, i mastered DOM controls a bit more and css.
as always i had fun making this it took me around 4 ish days to finish, i hope you have fun trying it out or looking at the code. and as always have a good day too whoever is reading this.

