{"id":26211501,"url":"https://github.com/yousifpa98/animedb-react","last_synced_at":"2026-04-09T23:50:59.538Z","repository":{"id":268740001,"uuid":"904999505","full_name":"yousifpa98/animeDB-react","owner":"yousifpa98","description":"MDb for anime! Search for anime, explore detailed info (episodes, ratings, genres, streaming platforms, trailers, etc.), browse top lists, and manage a personal watchlist. Built with React + Vite, using the Jikan API.","archived":false,"fork":false,"pushed_at":"2025-02-06T10:40:10.000Z","size":936,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T11:35:06.070Z","etag":null,"topics":["anime","daisyui","daisyui-react","database","jikan-api","react","vite"],"latest_commit_sha":null,"homepage":"https://otakucritics.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yousifpa98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-18T00:43:05.000Z","updated_at":"2025-02-06T10:41:28.000Z","dependencies_parsed_at":"2024-12-18T16:48:49.951Z","dependency_job_id":null,"html_url":"https://github.com/yousifpa98/animeDB-react","commit_stats":null,"previous_names":["yousifpa98/animedb-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yousifpa98%2FanimeDB-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yousifpa98%2FanimeDB-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yousifpa98%2FanimeDB-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yousifpa98%2FanimeDB-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yousifpa98","download_url":"https://codeload.github.com/yousifpa98/animeDB-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243183237,"owners_count":20249764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anime","daisyui","daisyui-react","database","jikan-api","react","vite"],"created_at":"2025-03-12T08:28:11.629Z","updated_at":"2025-12-26T00:27:02.185Z","avatar_url":"https://github.com/yousifpa98.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnimeDB 🎥📺\n\nAnimeDB is a React-based web application that serves as an IMDb-style database for anime. It allows users to search for anime, explore detailed information, view top lists, and manage a personal watchlist. The application fetches data from the [Jikan API](https://jikan.moe/) and provides an intuitive, modern UI with `daisyUI` components.\n\n🌐 **Live Demo**: [otakucritics.netlify.app](https://otakucritics.netlify.app/)\n\n## 🚀 Features\n\n- 🔍 **Search** for any anime by title\n- 📊 **Detailed anime info**, including:\n  - Episode count\n  - Where to stream\n  - General information\n  - Ratings\n  - Genres\n  - Summary\n  - YouTube trailer\n  - Japanese and English titles\n- 📜 **Top Lists** for:\n  - Anime 🎬\n  - Manga 📖\n  - Characters 👤\n  - People (Voice actors, mangakas, etc.) 🎤\n- 📌 **Watchlist** with local storage support\n\n## 🛠️ Technologies Used\n\n- **Frontend**: React + Vite ⚡\n- **Fetching Data**: Axios\n- **Routing**: React Router DOM\n- **UI Components**: DaisyUI, FontAwesome icons\n- **State Management**: Local Storage for watchlist\n- **API**: Jikan API ([jikan.moe](https://jikan.moe/))\n\n## 📁 Project Structure\n\n```\n.\n├── dist/                  # Production build output\n├── public/                # Static assets\n├── src/                   # Source files\n│   ├── assets/            # Images \u0026 Icons\n│   │   ├── screenshots/   # Screenshots of the app\n│   ├── components/        # React components\n│   │   ├── subcomps/      # Sub-components\n│   ├── Layout/            # Layout components (Header, Footer, etc.)\n│   ├── styles/            # CSS styles\n│   ├── App.jsx            # Main App component\n│   ├── main.jsx           # Entry point\n│   ├── index.css          # Global styles\n├── package.json           # Project metadata\n├── vite.config.js         # Vite configuration\n└── README.md              # Project documentation\n```\n\n## 📦 Installation \u0026 Usage\n\n### 1️⃣ Clone the Repository\n\n```sh\ngit clone https://github.com/yousifpa98/anime-db.git\ncd anime-db\n```\n\n### 2️⃣ Install Dependencies\n\n```sh\nnpm install\n```\n\n### 3️⃣ Run the Development Server\n\n```sh\nnpm run dev\n```\n\n### 4️⃣ Build for Production\n\n```sh\nnpm run build\n```\n\n### 5️⃣ Preview Production Build\n\n```sh\nnpm run preview\n```\n\n## 🖼️ Screenshots\n\n### Home Page\n![Home Page](src/assets/screenshots/home.png)\n\n### Anime Overview\n![Anime Overview](src/assets/screenshots/overview.png)\n\n### Top Lists\n![Top Lists](src/assets/screenshots/top-list.png)\n\n### Watchlist\n![Watchlist](src/assets/screenshots/watchlist.png)\n\n## 🎭 Credits\n\n- Data provided by [Jikan API](https://jikan.moe/)\n- UI powered by [DaisyUI](https://daisyui.com/)\n- Icons from [FontAwesome](https://fontawesome.com/)\n- Various images sourced from anime\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n🎉 **Enjoy using AnimeDB!** Feel free to contribute or suggest improvements.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyousifpa98%2Fanimedb-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyousifpa98%2Fanimedb-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyousifpa98%2Fanimedb-react/lists"}