From 021c5c414e9c1fe88a076c8d929a4fab373b2bf8 Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 26 Apr 2023 12:07:03 +0700 Subject: Create README.md --- README.md | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e13da6a --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +
+ + logo + +
+ +

Moopa Anime Streaming Website

+ +
+ + ![GitHub forks](https://img.shields.io/github/forks/DevanAbinaya/moopa-v3?style=flat-square) ![GitHub](https://img.shields.io/github/license/DevanAbinaya/moopa-v3?style=flat-square) ![Website](https://img.shields.io/website?style=flat-square&url=https%3A%2F%2Fmoopa.live) ![GitHub Repo stars](https://img.shields.io/github/stars/DevanAbinaya/moopa-v3?style=flat-square) +
+ +

Moopa is an anime streaming website build with nextjs and tailwindcss with a sleek and modern design that offers Anilist integration to help you keep track of your favorite anime series. Moopa is entirely free and does not feature any ads, making it a great option for you who want an uninterrupted viewing experience.

+ +![image](https://user-images.githubusercontent.com/97084324/234473045-8c648633-1f85-4815-b784-75d32bbdc2a7.png) + + +
+More Screenshots + +
Home page after you login
+ + +
Profile Page
+ + +
Info page for PC/Mobile
+

+ + +

+ +
Watch Page
+ + +
+ +## Features + +- Free ad-supported streaming service +- Anime tracking through Anilist API +- User-friendly interface +- Mobile-responsive design +- PWA supported + +## To Do List + +- [x] Add PWA support +- [x] Connect to consumet API to fetch episodes data +- [x] Implement skip op/ed button on supported anime +- [x] Create README file +- [ ] Integrate Anilist API for anime tracking + - [x] Ability to auto track anime after watching >= 90% through the video + - [x] Create a user profile page to see lists of anime watched + - [ ] Ability to edit list inside detail page +- [ ] Working on Manga pages + +## Credits + +- [Consumet API](https://github.com/consumet/api.consumet.org) +- [AniList API](https://github.com/AniList/ApiV2-GraphQL-Docs) +- [miru](https://github.com/ThaUnknown/miru/blob/master/README.md?plain=1) for inspiring me making this site + +## License + +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. + +## Contact + +For any questions or feedback, please reach out to us at [factiven.org@gmail.com](mailto:factiven.org@gmail.com). -- cgit v1.2.3 From ede417353785bdf0c24a8b816c4746cf251fdb5b Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 26 Apr 2023 12:42:35 +0700 Subject: Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e13da6a..093df3f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@
- ![GitHub forks](https://img.shields.io/github/forks/DevanAbinaya/moopa-v3?style=flat-square) ![GitHub](https://img.shields.io/github/license/DevanAbinaya/moopa-v3?style=flat-square) ![Website](https://img.shields.io/website?style=flat-square&url=https%3A%2F%2Fmoopa.live) ![GitHub Repo stars](https://img.shields.io/github/stars/DevanAbinaya/moopa-v3?style=flat-square) + ![GitHub forks](https://img.shields.io/github/forks/DevanAbinaya/moopa-v3?style=flat-square) ![GitHub](https://img.shields.io/github/license/DevanAbinaya/moopa-v3?style=flat-square) ![Website](https://img.shields.io/website?style=flat-square&url=https%3A%2F%2Fmoopa.live) ![GitHub Repo stars](https://img.shields.io/github/stars/DevanAbinaya/moopa-v3?style=flat-square) ![Discord](https://img.shields.io/discord/822413263148285973?style=flat-square)

Moopa is an anime streaming website build with nextjs and tailwindcss with a sleek and modern design that offers Anilist integration to help you keep track of your favorite anime series. Moopa is entirely free and does not feature any ads, making it a great option for you who want an uninterrupted viewing experience.

@@ -56,6 +56,29 @@ - [ ] Ability to edit list inside detail page - [ ] Working on Manga pages +## For Local Development + +1. Clone this repository using : +```bash +git clone https://github.com/DevanAbinaya/moopa-v3.git +``` +2. Install package using npm : +```bash +npm install +``` +3. Create ```.env``` file in the root folder and put this inside the file : +```bash +CLIENT_ID="get the id from here https://anilist.co/settings/developer" +CLIENT_SECRET="get the secret from here https://anilist.co/settings/developer" +GRAPHQL_ENDPOINT=https://graphql.anilist.co +NEXTAUTH_SECRET='type this in your bash terminal (openssl rand -base64 32) with no bracket and paste it here' +NEXTAUTH_URL="for development use http://localhost:3000/ and for production use your domain url" +``` +4. Start local server : +```bash +npm run dev +``` + ## Credits - [Consumet API](https://github.com/consumet/api.consumet.org) -- cgit v1.2.3 From 9f87a40e7cbe8d3a1f3d8d9e19526f9799bb4f03 Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 26 Apr 2023 12:58:22 +0700 Subject: Update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 093df3f..e91c3d1 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,24 @@

Moopa Anime Streaming Website

-
+

- ![GitHub forks](https://img.shields.io/github/forks/DevanAbinaya/moopa-v3?style=flat-square) ![GitHub](https://img.shields.io/github/license/DevanAbinaya/moopa-v3?style=flat-square) ![Website](https://img.shields.io/website?style=flat-square&url=https%3A%2F%2Fmoopa.live) ![GitHub Repo stars](https://img.shields.io/github/stars/DevanAbinaya/moopa-v3?style=flat-square) ![Discord](https://img.shields.io/discord/822413263148285973?style=flat-square) -

+ + fork + + + license + + + website + + + stars + + + discord + +

Moopa is an anime streaming website build with nextjs and tailwindcss with a sleek and modern design that offers Anilist integration to help you keep track of your favorite anime series. Moopa is entirely free and does not feature any ads, making it a great option for you who want an uninterrupted viewing experience.

-- cgit v1.2.3 From 78062a58cf7db5b684627eadea97138c4fd2e35f Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 26 Apr 2023 13:18:33 +0700 Subject: Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e91c3d1..955fc9b 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,7 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md ## Contact -For any questions or feedback, please reach out to us at [factiven.org@gmail.com](mailto:factiven.org@gmail.com). +Thank You for passing by!! If you have any questions or feedback, please reach out to us at [factiven.org@gmail.com](mailto:factiven.org@gmail.com), or you can join our [discord sever](https://discord.gg/4xTGhr85BG). + +## Support This Project +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E6F9XZ3) -- cgit v1.2.3 From a1f77cb0cfc75df0b4a14d43c40cdba78b6acec8 Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 26 Apr 2023 13:31:25 +0700 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 955fc9b..ffff682 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@

- fork + fork - license + license website - stars + stars discord -- cgit v1.2.3 From 4ae1a44722cc2b13a83659a84301efa8a70e35c4 Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 26 Apr 2023 13:38:22 +0700 Subject: Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ffff682..f9b7727 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@

- - fork + + fork - - license + + license website - - stars + + stars discord @@ -74,7 +74,7 @@ 1. Clone this repository using : ```bash -git clone https://github.com/DevanAbinaya/moopa-v3.git +git clone https://github.com/DevanAbinaya/Ani-Moopa.git ``` 2. Install package using npm : ```bash -- cgit v1.2.3 From 37427fd23b808663ccf6477d0d725d8e5c8e5271 Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 26 Apr 2023 14:59:12 +0700 Subject: Update README.md --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f9b7727..b84a829 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,25 @@

-

Moopa Anime Streaming Website

+

+ Moopa Anime Streaming Website +

- - fork - - - license + + license - - website + + fork - stars - - - discord + stars +

Moopa is an anime streaming website build with nextjs and tailwindcss with a sleek and modern design that offers Anilist integration to help you keep track of your favorite anime series. Moopa is entirely free and does not feature any ads, making it a great option for you who want an uninterrupted viewing experience.

@@ -41,8 +38,7 @@
Info page for PC/Mobile

- - +

Watch Page
-- cgit v1.2.3 From e005eecfee8497d2d43d0df250ef4ffc874b46b2 Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 26 Apr 2023 18:12:42 +0700 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b84a829..7f262b5 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@
Profile Page
- - + +
Info page for PC/Mobile

-- cgit v1.2.3