mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 22:01:45 +00:00
84 lines
3.0 KiB
Markdown
84 lines
3.0 KiB
Markdown
<p align="center">
|
|
<a href="https://justanime.vercel.app">
|
|
<img src="./public/Favicon.png" alt="JustAnime" width="160">
|
|
</a>
|
|
</p>
|
|
<h1 align="center"><b>JustAnime</b></h1>
|
|
|
|
<h4 align="center"><b>A sleek anime streaming platform with a modern UI</b></h4>
|
|
|
|
<p align="center">
|
|
<a href="#what-is-justanime">About</a> •
|
|
<a href="#features">Features</a> •
|
|
<a href="#quick-start">Quick Start</a> •
|
|
<a href="#development">Development</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/tejaspanchall/JustAnime/stargazers">
|
|
<img src="https://img.shields.io/github/stars/tejaspanchall/JustAnime?style=flat-square&color=yellow" alt="Stars" />
|
|
</a>
|
|
<a href="https://github.com/tejaspanchall/JustAnime/network/members">
|
|
<img src="https://img.shields.io/github/forks/tejaspanchall/JustAnime?style=flat-square&color=blue" alt="Forks" />
|
|
</a>
|
|
<a href="https://github.com/tejaspanchall/JustAnime/issues">
|
|
<img src="https://img.shields.io/github/issues/tejaspanchall/JustAnime?style=flat-square&color=red" alt="Issues" />
|
|
</a>
|
|
</p>
|
|
|
|
## What is JustAnime?
|
|
|
|
Welcome to **JustAnime**, your premier destination for all things anime! Explore a comprehensive collection of high-definition anime with a seamless and user-friendly interface powered by **[aniwatch-api](https://github.com/ghoshRitesh12/aniwatch-api)**.
|
|
|
|
Built using **Next.js** and **React**, JustAnime offers a cutting-edge, minimalist design that ensures both fast loading times and smooth navigation. Whether you're looking for the latest anime series or classic favorites, JustAnime has you covered with an ad-free streaming experience that supports both English subtitles and dubbed versions. Additionally, you can easily keep track of your watched episodes without the hassle of creating an account, making your viewing experience as convenient as possible.
|
|
|
|
## Features
|
|
|
|
### General:
|
|
|
|
* Sub/Dub Support - Switch between subbed and dubbed versions
|
|
* Responsive Design - Optimized for all devices from mobile to desktop
|
|
* Continue Watching - Resume from where you left off
|
|
* Advanced Search - With real-time suggestions as you type
|
|
|
|
### Player Experience:
|
|
|
|
* Autoplay - Seamlessly continue to the next episode
|
|
* Quality Selection - Choose your preferred streaming quality
|
|
* Multiple Servers - Switch between different streaming servers
|
|
* Subtitles - Toggle subtitles on/off
|
|
* Playback Speed - Adjust video playback speed
|
|
* Audio Controls - Volume adjustment and audio boost option
|
|
|
|
## Quick Start
|
|
|
|
### Clone the repository
|
|
|
|
```bash
|
|
git clone https://github.com/tejaspanchall/JustAnime.git
|
|
```
|
|
|
|
### Install dependencies
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
### Set up environment variables
|
|
|
|
```bash
|
|
cp .env.example .env
|
|
```
|
|
|
|
### Start development server
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
Visit [http://localhost:3000](http://localhost:3000) to see the application in action.
|
|
|
|
## Development
|
|
|
|
Pull requests and stars are always welcome. If you encounter any bug or want to add a new feature to this api, consider creating a new [issue](https://github.com/tejaspanchall/JustAnime/issues).
|