Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usmansbk/mangakat
A manga reader web application for medium and large screen devices. Built with React.
https://github.com/usmansbk/mangakat
manga-reader pwa reactjs
Last synced: 21 days ago
JSON representation
A manga reader web application for medium and large screen devices. Built with React.
- Host: GitHub
- URL: https://github.com/usmansbk/mangakat
- Owner: usmansbk
- Created: 2018-04-01T00:20:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T20:44:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T05:38:41.567Z (24 days ago)
- Topics: manga-reader, pwa, reactjs
- Language: JavaScript
- Homepage: https://mangakat.herokuapp.com
- Size: 1.54 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MangaKat
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/usmansbk/MangaKat.svg?branch=develop)](https://travis-ci.org/usmansbk/MangaKat)
A manga reader progressive web application for reading manga on and offline.
## Features
One time load of manga information
Accessible offline
Read saved manga offline
Save you from pointless network reloads## Requirements
To run this project, you'll need to install node. The latest version of Node.js is recommended.
The dependencies of ths project are managed with npm.## Setting up
+ Clone this project to any folder on your local machine
```bash
git clone https://github.com/usmansbk/MangaKat.git
```
+ Navigate into the folder name specified## Installing Packages
```bash
npm install
```## Running the app in Development
Run `npm start` to initialize and run the webpack development server. Navigate to [http://localhost:3000/](http://localhost:3000). The app will automatically reload if you change any of the source files.## Running the app in Production
To run the app in production build of the app.
```bash
npm run build
```## LICENSE
#### [MIT](./LICENSE) [Babakolo Usman Suleiman](https://github.com/usmanskb)