https://github.com/atharva-kakarot/animemiru
A simple anime information library app (in progress) made using HTML, CSS, JavaScript and AniList API.
https://github.com/atharva-kakarot/animemiru
anilist-api anime anime-api anime-database anime-list anime-search anime-website animejs api css3 graphql html-css-javascript html5 javascript
Last synced: 7 months ago
JSON representation
A simple anime information library app (in progress) made using HTML, CSS, JavaScript and AniList API.
- Host: GitHub
- URL: https://github.com/atharva-kakarot/animemiru
- Owner: atharva-kakarot
- Created: 2024-06-01T11:12:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T07:20:15.000Z (about 1 year ago)
- Last Synced: 2025-01-26T03:41:30.828Z (8 months ago)
- Topics: anilist-api, anime, anime-api, anime-database, anime-list, anime-search, anime-website, animejs, api, css3, graphql, html-css-javascript, html5, javascript
- Language: JavaScript
- Homepage: https://atharva-kakarot.github.io/AnimeMiru/
- Size: 119 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.