DEV Community

Cover image for ๐Ÿš€ Build Your Own Anime Explorer with HTML, Tailwind & the Jikan API!
Ashish prajapati
Ashish prajapati

Posted on

๐Ÿš€ Build Your Own Anime Explorer with HTML, Tailwind & the Jikan API!

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.

Home Page
Home Page 2
About Page

Anime Series
Anime Movies


๐Ÿ“‚ 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
Enter fullscreen mode Exit fullscreen mode

๐Ÿ”ง 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
Enter fullscreen mode Exit fullscreen mode

๐Ÿ™‹โ€โ™‚๏ธ 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 ๐Ÿ‘จโ€๐Ÿ’ปโš”๏ธ


๐Ÿ“œ 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)