https://github.com/valiantlynx/manga-site
Animevariant Manga is a platform where users can read manga online for free.
https://github.com/valiantlynx/manga-site
Last synced: 5 months ago
JSON representation
Animevariant Manga is a platform where users can read manga online for free.
- Host: GitHub
- URL: https://github.com/valiantlynx/manga-site
- Owner: valiantlynx
- Created: 2023-05-19T14:53:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T08:30:11.000Z (about 1 year ago)
- Last Synced: 2024-12-29T14:36:05.888Z (5 months ago)
- Language: TypeScript
- Homepage: https://animevariant.com
- Size: 46.5 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animevariant Manga
this project require [anime-site-api](https://github.com/valiantlynx/manga-site-api/tree/master) to be running beforehand[](LICENSE)
## Description
Animevariant Manga is a platform where users can read manga online for free.## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Installation
1. Clone the repository: `git clone https://github.com/valiantlynx/manga-site.git`
2. Navigate to the project directory: `cd manga-site`
3. Install the dependencies: `npm install`## Usage
1. Start the development server: `npm start`
2. Access the website in your browser at: `http://localhost:3000`
3. Explore the manga catalog, select a manga, and read a chapter online.## Features
- Browse and search for anime series.
- View details of each manga series.
- Read manga chapters online.
- Responsive design for optimal viewing experience on different devices.
- Breadcrumbs navigation for easy navigation between pages.soon to be added:
- User accounts
- Manga bookmarking
- Manga rating and reviews
- Manga recommendations
- Manga comments
- Manga downloads
- Manga reading history
- Manga reading progress
- Manga reading list
- Manga reading notifications
- Manga reading statistics
- Manga reading settings
- Manga reading themes
- Manga reading tracking
- Manga reading updates
- progress and manga's read log
- chat
- private chat
- group chat
- chat rooms
- chat notifications## Contributing
Contributions are welcome! If you'd like to contribute to the Manga site, please follow these guidelines:
1. Fork the repository.
2. Create a new branch for your feature/bug fix: `git checkout -b feature-name`
3. Commit your changes: `git commit -m "Add feature/fix bug"`
4. Push to the branch: `git push origin feature-name`
5. Submit a pull request.Please ensure that your code follows the project's coding style and conventions.
## License
This project is licensed under the [MIT License](LICENSE).## Contact
For any inquiries or questions regarding the Animevariant Manga, please feel free to reach out:- Email: [email protected]
- Twitter: [@valiantlynx](https://twitter.com/valiantlynx)
- GitHub: [valiantlynx](https://github.com/valiantlynx)### adding new projects with their own git history
```sh
git subtree add --prefix=apps/manga-site https://github.com/valiantlynx/manga-site.git master --squash
git subtree pull --prefix=apps/manga-site https://github.com/valiantlynx/manga-site.git master --squash
git subtree push --prefix=apps/manga-site https://github.com/valiantlynx/manga-site.git master```