diff --git a/Existing_API_Collection/Anime_API/README.md b/Existing_API_Collection/Anime_API/README.md new file mode 100644 index 0000000..5fb1fd6 --- /dev/null +++ b/Existing_API_Collection/Anime_API/README.md @@ -0,0 +1,19 @@ +# Anime Database API Example + +This is a simple web application that allows users to search for anime using an Anime Database API. The application is built with HTML, CSS, and JavaScript, and it fetches anime data based on the user's query. + +### Features + +- Search for anime by title or genre. +- Display search results with anime thumbnails, titles, episode count, and synopsis. +- Responsive design with a modern and clean user interface. + +### Installation + +No special installation is required. Simply download the files and open index.html in a web browser. + +### Usage + +1Open index.html in a web browser. +Enter an anime title or genre in the search input field. +Click the "Search" button to fetch and display the search results. \ No newline at end of file diff --git a/Existing_API_Collection/Anime_API/animeapi.png b/Existing_API_Collection/Anime_API/animeapi.png new file mode 100644 index 0000000..514be4d Binary files /dev/null and b/Existing_API_Collection/Anime_API/animeapi.png differ diff --git a/Existing_API_Collection/Anime_API/index.html b/Existing_API_Collection/Anime_API/index.html new file mode 100644 index 0000000..e69de29