Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.22 KB

File metadata and controls

45 lines (30 loc) · 1.22 KB

Danime 🎬

Danime is a full-stack anime discovery web application that allows users to search, explore, and save their favourite anime and manga.

The platform integrates the Jikan API to provide live anime data while allowing users to create accounts and build personal favourite lists.

🌐 Live Demo: https://danime.dan2clouted.com


🚀 Features

  • 🔍 Search anime and manga using the Jikan API
  • 📈 View trending and currently airing anime
  • 📄 Detailed anime information pages
  • 👤 User authentication (ASP.NET Identity)
  • ❤️ Save favourite anime
  • 🗄 Persistent database storage
  • 🌍 Live cloud deployment

🛠️ Tech Stack

  • C# ASP.NET MVC – backend framework
  • SQLite – local database for storing favorites
  • Jikan API – anime & manga data
  • Entity Framework – ORM for database access
  • HTML / CSS / Bootstrap – frontend UI

📸 Screenshots

Homepage

image

⚙️ Getting Started

1. Clone the repository

git clone https://github.com/<your-username>/danime.git
cd danime