=> 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.
Website Link => https://manthan-anime-hub.vercel.app/
-
To get started with this project, you will need to have
Node.js
andNPM
installed on your system. -
First, you need to open a
Terminal
in your system andClone
this repository by using :
git clone https://github.com/Mk4Levi/Manthan-Anime-Hub.git
- Navigate to the Project's directory :
cd Manthan-Anime-Hub
- Install all Dependencies used in this Project :
npm install
- Finally, host it on local server :
npm run dev
- Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:5173
.
├── public/
├── src
│ ├── assets/
│ ├── components/
| └── MemberCard.jsx
| └── Form.jsx
| └── MangaCard.jsx
│ └── Navbar.jsx
│ └── PreLoader.jsx
│ └── Socials.jsx
| └── RecommendationCard.jsx
│ └── index.js
│
│ ├── config/
| └── firebaseConfig.js
│ └── index.js
│
│ ├── css/
│ └── Home.css
| └── Navbar.css
| └── AboutMe.css
│ └── Recommendation.css
| └── Manga.css
| └── Characters.css
| └── Members.css
| └── Register.css
│ └── Socials.css
│ └── PreLoader.css
│ └── App.css
│ └── index.css
│
│ ├── database/
| └── data.js
│ └── images.js
| └── index.js
│
│ ├── pages/
| └── AboutMe.jsx
│ └── Members.jsx
| └── Manga.jsx
| └── Guidelines.jsx
| └── Home.jsx
│ └── Register.jsx
| └── Characters.jsx
| └── Recommendation.jsx
| └── index.js
|
│ ├── App.jsx
│ ├── index.jsx
│ ├── vercel.json
│
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js