AniVerse is a web application that allows users to explore anime using real-time data from the Jikan API. It provides a clean UI to browse, search, and view detailed information about anime.
- π Search anime by name
- π― Browse anime by genre
- π Multiple sections (Trending, Editor's Pick, Top Rated)
- π View detailed anime information page
- β‘ Fast and dynamic data rendering using API
- HTML
- CSS
- JavaScript
- Fetch API
- Jikan API (MyAnimeList unofficial API)
Example: https://api.jikan.moe/v4/top/anime
- API Integration using
fetch() - Array Higher Order Functions:
filter()(search and genre filtering)slice()(data grouping into sections)forEach()(display data)
- DOM Manipulation
- Dynamic Routing using URL parameters
aniverse/ β βββ index.html βββ README.md β βββ CSS/ β βββ style.css β βββ movie.css β βββ JS/ β βββ script.js β βββ movie.js β βββ HTML/ βββ movie.html
https://aniversewapproject.vercel.app/
This project demonstrates JavaScript concepts like API integration, dynamic UI rendering, and use of array methods in a real-world application.
MANAV