1 of 2

ANIME API WEBSITE

Project Idea

  • I created this project as part of my university course to showcase that I knew how to implement API’s in a website. The particular API I used was by AnimeChan, https://github.com/RocktimSaikia/anime-chan.
  • When I used to be obsessed with anime, I wanted to create a website that would give me quotes from different anime shows so that if something sounds interesting, I'll know which anime to watch.

Coding

  • Javascript, CSS, HTML
  • The nav bar of the website was created using HTML
  • The API implementation was created through Java
  • Parsing through the anime quote with the anime name and other information returned by the API call was solved through res.json()

2 of 2

End Result

  • Though I created this website as just a class project where our requirement was to use an API, I remember constantly playing with it to find new anime's to watch.
  • I also got a 100% on the assignment and my TA asked me my favorite anime :))

Things I would change

  • I don't really enjoy how the box moves around so much due to the length of the quote. I would ideally like to widen the white box and make sure the "ANIME QUOTE!!" button stays in the same spot. Or, make sure to only display quotes less than a certain length, though that would lessen a good amount of quotes produced and that would not be ideal.