An open API service indexing awesome lists of open source software.

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.

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](https://img.shields.io/badge/license-MIT-blue.svg)](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

```