Skip to content

An application that allows to search anime and find informations about it with API from RapidApi

License

Notifications You must be signed in to change notification settings

bubu2323/anime-db

Repository files navigation

Anime app

This application allows you to show the most popular anime, to search for one by title and to show some random ones. Take advantage of RapidApi's free "Anime db" API.

Live site and screenshot

screenshot app Live site Code

About The Project

I decided to carry out this project to improve my Javascript knowledge. At first I just wanted to take the data from the API and show its content on the page, then add a modal to display the descriptions for each individual anime. Retrieving data from the API using the fetch was not particularly complicated especially thanks to the exhaustive documentation of the API site. On the contrary, manipulating the data took me some time, particularly when it came to working with objects. Implementing the modal part was easy, especially thanks to the html tag `dialog`

Once this part was finished, I decided I wanted to implement the search bar as well and, since I initially thought of making the project only with Javascript, I implemented the function without using a back-end language and therefore I created a function that starts when the user writes the title to search for. Finally, to hide the API key, I found a solution that sees the use of import/export to store it and pass it to Javascript. This last part took me a long time because I had no knowledge of the security criteria.

back to top

Built With

  • HTML 5
  • CSS
  • Javascript

sources:

back to top

Features to implement

  • clickable elements in results of search bar;

  • navbar with option to show other filtered results;

  • improve the graphic side

back to top

Contributing

Any suggestion that would make this project better is really appreciated, so please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

Don't forget to give the project a star! Thanks again!

back to top

License

Distributed under the License, Version 2.0. See LICENSE.txt for more information.

back to top

Contact

(back to top)

About

An application that allows to search anime and find informations about it with API from RapidApi

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published