This web application uses the AniList API to display the top-ranking anime based on user ratings, number of watches, favorites, and other user data. The app pulls live data from AniList and displays it in a clean, organized interface.
- Fetches top-ranking anime based on various user-driven metrics (ratings, watches, favorites, etc.)
- Displays anime title, rank, rating, and other relevant details
- Real-time data pulled directly from the AniList API
- Simple and clean interface for easy browsing
- HTML: Structure of the website
- CSS: Styling for layout and design
- JavaScript: Fetching data from AniList API and dynamic content rendering
This project uses the AniList API to fetch anime/manga data.
- Clone or download this repository.
- Open
index.html
in your browser to view the site. - The page will automatically load top-ranking anime based on current data from AniList.
⚠️ Note: Make sure you're connected to the internet to fetch the data from the AniList API.