Skip to content

manga reading app with user-friendly interface, sleek design, fast navigation, and optimized reading experience. Open-source, community contributions welcome.

License

Notifications You must be signed in to change notification settings

RizkyFauziIlmi/React-Native-Manga-App

Repository files navigation

React Native Manga App

MIT License

Author: @rizkyfauziilmi

This is a React Native application for manga reading. The repository provides a user-friendly interface for manga enthusiasts to easily browse and read their favorite manga series. The app features a sleek design, fast navigation, and a smooth reading experience optimized for mobile devices. With this application, users can keep track of their reading progress, discover new manga, and stay up-to-date with the latest releases. The source code is open-source and contributions from the community are always welcome

List of Contents

Demo

Installation

Install the APK (for using and testing only)

  • download apk from this Release Version. (Jozu v3.4.4)

  • after that install in your device

Using repository (for customize the app)

  • clone repo
  git clone https://github.com/RizkyFauziIlmi/React-Native-Manga-App.git
   cd React-Native-Manga-App
  • install dependencies
  npm install

or

   yarn install
  • create .env file (optional: .env.local, .env.production, .env.production.local, .env.development, .env.development.local)

To run this project, you will need to add the following environment variables to your .env file

apiKey

authDomain

projectId

messagingSenderId

appId

measurementId

  • Change Environtment Variable in firebase/firebaseConfig.js
const firebaseConfig = {
  apiKey: you're api key here...,
  authDomain: you're authDomain here...,
  projectId: you're projectId here...,
  messagingSenderId: you're messagingSenderId here...,
  appId: you're app id here...,
  measurementId: you're measurementId here...
}

NOTE: this project use firebase authentication, to make authentication work you must enable from your firebase console

  • run the project by this command
   npm run start

or

   yarn run start

Tech Stack

Client: React-native, native-base

Server: Node, Express, MongoDB (see more about API), Firebase

About

manga reading app with user-friendly interface, sleek design, fast navigation, and optimized reading experience. Open-source, community contributions welcome.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published