AniNight is a modern anime streaming and manga reading platform that brings anime episodes and manga chapters together in one clean, fast, and responsive experience.
β οΈ Disclaimer: AniNight is an educational and demonstration project. It does not host, store, or distribute any copyrighted content. All media is accessed via third-party sources or public APIs.
- High-quality video playback
- Multiple streaming sources
- Episode lists with auto-play
- Watch progress tracking
- Smooth and responsive manga reader
- Chapter navigation
- Zoom & scroll reading modes
- Bookmark favorite manga
- Clean modern interface
- Dark / Light mode
- Mobile-friendly design
- Search and filtering
Frontend
- React / Next.js
- Tailwind CSS
- HTML5 Video Player
Backend
- Node.js
- REST API
Database
- MongoDB / Firebase (depending on setup)
- Node.js (v18 or higher)
- npm or yarn
- Git
git clone https://github.com/night677coder/aninight.git cd aninight Originally cloned from: https://github.com/voidbornfr/aninight Install Dependencies bash Copy code npm install Run the Development Server bash Copy code npm run dev Open your browser and navigate to: arduino Copy code http://localhost:3000 π Project Structure text Copy code src/ βββ components/ # Reusable UI components βββ pages/ # App pages / routes βββ services/ # API and data handling βββ hooks/ # Custom React hooks βββ styles/ # Global styles βββ utils/ # Helper functions π Legal Notice AniNight does not host any anime or manga files. All content is provided by external sources. If you are a copyright holder and believe your content is being accessed improperly, please contact the original content provider. π€ Contributing Contributions are welcome! Fork the repository Create a new branch Commit your changes Submit a Pull Request β Support If you like AniNight: Star the repository β Share it with others Contribute to the project π License This project is licensed under the MIT License. See the LICENSE file for more information. markdown Copy code --- If you want, I can: - Add **GitHub badges** (stars, forks, license) - Rewrite this to be **more minimal** or **more professional** - Customize it for **API-based scraping**, **mobile app**, or **self-hosted** - Add a **Credits** section for `voidbornfr` with more visibility