Are you an anime fan and a web dev? Why not combine both and build something epic? ๐ฅ
Introducing AnimeForge โ a fully responsive web app that shows top-rated anime, movies, and even lets you search and view detailed info using the Jikan API (MyAnimeList Unofficial API). This project is built with HTML, Tailwind CSS, and JavaScript โ no frameworks, just clean code and otaku energy! โ๏ธ๐จโ๐ป
๐ Features
โ
Explore top-rated anime series
โ
Browse anime movies
โ
View full anime details (genre, episodes, rating, synopsis, etc.)
โ
Dark / Light Theme Toggle ๐
โ
Live Search functionality ๐
โ
Responsive layout with Tailwind CSS
โ
Built with ๐ง and โค๏ธ by a fellow otaku
๐งช Tech Stack
- ๐ HTML5
- ๐จ Tailwind CSS
- ๐ฅ Vanilla JavaScript
- ๐ก Jikan API โ for anime data
๐ผ๏ธ Screenshots
All UI is responsive and works great on mobile & desktop.
๐ Project Structure
AnimeForge/
โโโ index.html # Top Anime Page
โโโ movies.html # Movie Page
โโโ anime.html # Anime Details Page
โโโ about.html # About Me Page
โโโ theme_change.js # Dark mode logic
โโโ screenshorst/ # Screenshots
โโโ README.md / LICENSE
๐ง How It Works
We use the Jikan REST API to fetch:
- ๐บ Top anime series โ
https://api.jikan.moe/v4/top/anime?type=tv
- ๐ฌ Top anime movies โ
https://api.jikan.moe/v4/anime?type=movie
- ๐ Search anime by name โ
https://api.jikan.moe/v4/anime?q={search}
All cards are dynamically generated using plain JS DOM magic. Clicking on a card opens anime.html?id=XXXX
, fetches full info, and renders a beautiful detail view.
๐ก Live Demo
๐ https://animeforge.netlify.app/
๐ Or just clone it and run locally:
git clone https://github.com/Anticoder03/animeforge.git
cd animeforge
open index.html
๐โโ๏ธ About the Developer
Hey! I'm Ashish Prajapati โ a full-stack learner, anime lover, and terminal ninja from ๐ฎ๐ณ
Built this as a fun side project to combine code + anime ๐จโ๐ปโ๏ธ
- ๐ GitHub: Anticoder03
- ๐ธ Instagram: @ashiah03_prajapati
๐ License
Licensed under the MIT License. Use it, remix it, share it freely ๐ช
โAnime taught me never to give up. Code made me unstoppable.โ โ Ashish (Anticoder03)
โจ Letโs Connect!
๐ฌ Drop a comment if you liked it or want more anime-themed dev content.
๐ก Thinking of building a React/GSAP version next โ whoโs in?
Top comments (0)