Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anasqiblawi/mangagalaxy
a Node.js manga web app that's designed for simplicity. It doesn't require a database—everything is neatly organized in folders. It's perfect for manga creators and readers who want an uncomplicated way to manage and enjoy their manga artwork and stories on the go.
https://github.com/anasqiblawi/mangagalaxy
anime manga manga-reader manhua manhwa
Last synced: 13 days ago
JSON representation
a Node.js manga web app that's designed for simplicity. It doesn't require a database—everything is neatly organized in folders. It's perfect for manga creators and readers who want an uncomplicated way to manage and enjoy their manga artwork and stories on the go.
- Host: GitHub
- URL: https://github.com/anasqiblawi/mangagalaxy
- Owner: AnasQiblawi
- Created: 2023-10-10T17:16:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T17:36:29.000Z (over 1 year ago)
- Last Synced: 2024-11-11T02:08:03.712Z (2 months ago)
- Topics: anime, manga, manga-reader, manhua, manhwa
- Language: EJS
- Homepage:
- Size: 42.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MangaGalaxy
MangaGalaxy is a lightweight Node.js web app designed for manga enthusiasts and artists. This application is perfect for manga lovers who want to showcase their work or enjoy reading their favorite stories in a convenient, on-the-go format. The best part? It doesn't require a database and organizes everything neatly in folders.
## Story Behind MangaGalaxy
MangaGalaxy was created with a simple yet heartfelt purpose—to provide a special platform for my little sister, who is an aspiring manga artist. She needed a tool that would allow her to easily preview her artwork and stories, all while being able to move the app to different locations effortlessly.
Seeing her passion and dedication, I decided to develop MangaGalaxy, a portable and user-friendly solution tailored to her needs. Now, it's my hope that this app can be useful not only to her but to other manga creators and enthusiasts as well.
## Features
- **No Database Required:** MangaGalaxy simplifies manga management by eliminating the need for a database. All your manga content is stored and organized in folders.
- **Portable:** Take your manga with you wherever you go. This portable app ensures that you can enjoy your manga creations anytime, anywhere.
- **User-Friendly:** MangaGalaxy is designed to be user-friendly and customizable, making it accessible to both manga creators and readers.
## Getting Started
To get started with MangaGalaxy, follow these steps:
1. Clone this repository to your local machine:
```bash
git clone https://github.com/AnasQiblawi/MangaGalaxy.git
```2. Navigate to the project directory:
```bash
cd MangaGalaxy
```3. Install the necessary dependencies:
```bash
npm install
```4. Start the application:
```bash
npm start
```5. Open your web browser and access the app at `http://localhost:80`.
## Contributing
Contributions are welcome! If you'd like to contribute to MangaGalaxy, please follow these guidelines:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them with clear and concise messages.
4. Push your changes to your fork.
5. Create a pull request.