mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 22:01:45 +00:00
120 lines
4.2 KiB
Markdown
120 lines
4.2 KiB
Markdown
<p align="center">
|
|
<div align="center">
|
|
<a href="https://zenime.site/">
|
|
<img alt="AnimeHi" src="https://raw.githubusercontent.com/itzzzme/zenime/refs/heads/main/public/logo.png" width="220"/>
|
|
</a>
|
|
</div>
|
|
<h3 align="center">Zenime - Ad free anime streaming platform</h3>
|
|
<p align="center">
|
|
<a href="https://github.com/itzzzme/zenime">
|
|
<img src="https://img.shields.io/github/stars/itzzzme/zenime" alt="Github Stars">
|
|
</a>
|
|
<img src="https://img.shields.io/github/issues/itzzzme/zenime" alt="Github Issues">
|
|
<a href="https://github.com/itzzzme/zenime">
|
|
<img src="https://img.shields.io/github/forks/itzzzme/zenime" alt="Github Forks" />
|
|
</a>
|
|
</p>
|
|
</p>
|
|
<p align="center">
|
|
<a href="https://zenime.site">Zenime</a> is an open-source anime streaming service that uses <a href="https://github.com/itzzzme/anime-api">custom</a> API, built using ReactJS with javascript and Tailwind CSS. It lets you easily find any anime with intuitive search & suggestion feature and stream without any ads.
|
|
</p>
|
|
|
|
<details>
|
|
<summary>View more Features</summary>
|
|
|
|
### General
|
|
|
|
- Sub Anime support
|
|
- Dub Anime support
|
|
- User-friendly interface
|
|
- Mobile responsive
|
|
- Fast page load
|
|
- Character & Voice Actors
|
|
|
|
### Watch Page
|
|
|
|
- Related Animes
|
|
- Recommended Animes
|
|
- Available seasons
|
|
- Estimated schedule of upcoming episodes
|
|
- **Player**
|
|
- Autoplay
|
|
- Autoskip intro/outro
|
|
- Autonext
|
|
|
|
</details>
|
|
|
|
## Previews
|
|
|
|
<div style="text-align: left;">
|
|
<img src="https://raw.githubusercontent.com/itzzzme/zenime/refs/heads/main/public/homepage.webp" alt="Home Page" style="max-width: 80%;" >
|
|
<details>
|
|
<summary style="margin-top:10px">View more screenshots</summary>
|
|
<br/>
|
|
AnimeInfo Page
|
|
<img style="margin-top:10px" src="https://raw.githubusercontent.com/itzzzme/zenime/refs/heads/main/public/animeinfo.webp" alt="AnimeInfo Page" style="max-width: 80%;">
|
|
<br/>
|
|
Searchbar
|
|
<img style="margin-top:10px" src="https://raw.githubusercontent.com/itzzzme/zenime/refs/heads/main/public/searchbar.webp" alt="Searchbar" style="max-width: 50%;">
|
|
<br/>
|
|
Character & Voice Actors
|
|
<img style="margin-top:10px" src="https://raw.githubusercontent.com/itzzzme/zenime/refs/heads/main/public/voiceactors.webp" alt="Character & Voice Actors" style="max-width: 80%;">
|
|
<br/>
|
|
Watch Page
|
|
<img style="margin-top:10px" src="https://raw.githubusercontent.com/itzzzme/zenime/refs/heads/main/public/watchpage.webp" alt="Watch Page" style="max-width: 80%;">
|
|
<br/>
|
|
</details>
|
|
</div>
|
|
|
|
## Installation and Local Development
|
|
|
|
### 1. Make sure you have node installed on your device
|
|
|
|
### 2. Run the following code to clone the repository and install all required dependencies
|
|
|
|
```bash
|
|
git clone https://github.com/itzzzme/zenime.git
|
|
cd zenime
|
|
npm install # or yarn
|
|
```
|
|
|
|
### 3. Refer the <a href="https://github.com/itzzzme/zenime/blob/main/.env.example">.env.example</a> to set your .env file up
|
|
|
|
## Start the server
|
|
|
|
```bash
|
|
npm start # or npm run dev (to run develepment server)
|
|
```
|
|
## Live Deployment
|
|
|
|
### Vercel
|
|
|
|
Host your own instance of <a href="https://zenime.site">Zenime</a> on vercel
|
|
|
|
[](https://vercel.com/new/clone?repository-url=https://github.com/itzzzme/zenime)
|
|
|
|
### Render
|
|
|
|
Host your own instance of <a href="https://zenime.site">Zenime</a> on Render.
|
|
|
|
[](https://render.com/deploy?repo=https://github.com/itzzzme/zenime)
|
|
|
|
### Pull Requests
|
|
|
|
- Pull requests are welcomed that address bug fixes, improvements, or new features.
|
|
- Fork the repository and create a new branch for your changes.
|
|
- Ensure your code follows our coding standards.
|
|
- Include tests if applicable.
|
|
- Describe your changes clearly in the pull request, explaining the problem and solution.
|
|
|
|
### Reporting Issues
|
|
|
|
If you discover any issues or have suggestions for improvement, please open an issue. Provide a clear and concise description of the problem, steps to reproduce it, and any relevant information about your environment.
|
|
|
|
### Support
|
|
|
|
If you like the project feel free to drop a star ✨. Your appreciation means a lot.
|
|
|
|
<p align="center" style="text-decoration: none;">Made by <a href="https://github.com/itzzzme" tarGET="_blank">itzzzme
|
|
</a>🫰</p>
|