{"id":15896996,"url":"https://github.com/mk4levi/manthan-anime-hub","last_synced_at":"2025-03-20T15:33:24.459Z","repository":{"id":180594714,"uuid":"665386487","full_name":"Mk4Levi/Manthan-Anime-Hub","owner":"Mk4Levi","description":"Manthan-Anime-Hub is a vibrant and inclusive online community platform which I've built specifically for anime enthusiasts. It serves as a central hub for anime fans to connect, share their passion, and explore the exciting world of anime together.","archived":false,"fork":false,"pushed_at":"2024-08-21T22:09:21.000Z","size":31931,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T00:31:12.981Z","etag":null,"topics":["css3","eslint","firebase","firestore","html5","javascript","react-effects","react-states","reactjs"],"latest_commit_sha":null,"homepage":"https://manthan-anime-hub.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mk4Levi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-07-12T05:11:31.000Z","updated_at":"2024-08-22T02:52:55.000Z","dependencies_parsed_at":"2024-10-28T05:10:23.891Z","dependency_job_id":null,"html_url":"https://github.com/Mk4Levi/Manthan-Anime-Hub","commit_stats":null,"previous_names":["mk4levi/manthan-anime-hub"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FManthan-Anime-Hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FManthan-Anime-Hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FManthan-Anime-Hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mk4Levi%2FManthan-Anime-Hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mk4Levi","download_url":"https://codeload.github.com/Mk4Levi/Manthan-Anime-Hub/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075621,"owners_count":20393980,"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":["css3","eslint","firebase","firestore","html5","javascript","react-effects","react-states","reactjs"],"created_at":"2024-10-06T09:24:42.131Z","updated_at":"2025-03-20T15:33:21.791Z","avatar_url":"https://github.com/Mk4Levi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manthan-Anime-Hub\n\n## =\u003e Manthan-Anime-Hub is a vibrant and inclusive online community platform which I've built specifically for anime enthusiasts. It serves as a central hub for anime fans to connect, share their passion, and explore the exciting world of anime together.\n\n## Website Link =\u003e https://manthan-anime-hub.vercel.app/\n\n## Project's Screenshots =\u003e\n\n![image](./src/assets/img/ss1.png)\n![image](./src/assets/img/ss2.png)\n![image](./src/assets/img/ss3.png)\n![image](./src/assets/img/ss4.png)\n\n\u003ch2\u003eGetting Started\u003c/h2\u003e\n\n1. To get started with this project, you will need to have `Node.js` and `NPM` installed on your system.\n\n2. First, you need to open a `Terminal` in your system and `Clone` this repository by using :\n\n```bash\ngit clone https://github.com/Mk4Levi/Manthan-Anime-Hub.git\n```\n\n3. Navigate to the Project's directory :\n\n```bash\ncd Manthan-Anime-Hub\n```\n\n4. Install all Dependencies used in this Project :\n\n```bash\nnpm install\n```\n\n5. Finally, host it on local server :\n\n```bash\nnpm run dev\n```\n\n6. Now just search this link in your browser to view the live running application in your Local sysytem :\n\n```bash\nhttp://localhost:5173\n```\n\n\u003ch2\u003ePaths \u0026 Files\u003c/h2\u003e\n\n### Structure of the Folders \u0026 Files in this Repo :\n\n```text\n.\n├── public/\n├── src\n│   ├── assets/\n│   ├── components/\n|         └── MemberCard.jsx\n|         └── Form.jsx\n|         └── MangaCard.jsx\n│         └── Navbar.jsx\n│         └── PreLoader.jsx\n│         └── Socials.jsx\n|         └── RecommendationCard.jsx\n│         └── index.js\n│\n│   ├── config/\n|         └── firebaseConfig.js\n│         └── index.js\n│\n│   ├──  css/\n│         └── Home.css\n|         └── Navbar.css\n|         └── AboutMe.css\n│         └── Recommendation.css\n|         └── Manga.css\n|         └── Characters.css\n|         └── Members.css\n|         └── Register.css\n│         └── Socials.css\n│         └── PreLoader.css\n│         └── App.css\n│         └── index.css\n│\n│   ├── database/\n|         └── data.js\n│         └── images.js\n|         └── index.js\n│\n│   ├── pages/\n|         └── AboutMe.jsx\n│         └── Members.jsx\n|         └── Manga.jsx\n|         └── Guidelines.jsx\n|         └── Home.jsx\n│         └── Register.jsx\n|         └── Characters.jsx\n|         └── Recommendation.jsx\n|         └── index.js\n|\n│   ├── App.jsx\n│   ├── index.jsx\n│   ├── vercel.json\n│\n├── .eslintrc.json\n├── .gitattributes\n├── .gitignore\n├── index.html\n├── package-lock.json\n├── package.json\n├── README.md\n├── vite.config.js\n\n```\n\n# Thank You\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk4levi%2Fmanthan-anime-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmk4levi%2Fmanthan-anime-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmk4levi%2Fmanthan-anime-hub/lists"}