Skip to content

A simple anime information library app (in progress) made using HTML, CSS, JavaScript and AniList API.

Notifications You must be signed in to change notification settings

atharva-kakarot/AnimeMiru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer

This application uses the AniList API but is not endorsed or certified by AniList. All data provided by the API is owned by AniList. For more information, please visit AniList's official website.

AnimeMiru App

AnimeMiru is a simple web application that allows users to explore and discover information about their favourite anime series. It leverages the AniList API, which provides anime-related data.

Features

  • Search Anime: Users can search for anime titles by entering keywords. The app fetches relevant data from the AniList API and displays it.
  • Anime Details: When users click on an anime title, they can view detailed information, including the synopsis, release date, episode count, and more.

Technologies Used

  • HTML: The basic structure of the app is built using HTML.
  • CSS: Styling and layout are handled using CSS.
  • JavaScript: The app uses JavaScript to interact with the AniList API, handle user input, and dynamically update the UI.