Skip to content

danialali52/MangaApp

 
 

Repository files navigation

NT118.M22_ReactMangaApp

Introduction

This repository is made to read mana from Nettruyen website. Maybe the site will change domain name in future. You can change the link in folder apis to crawler it

Member

Order Member ID Role
1 Trần Phi Long 19521804 Member
2 Đỗ Lê Anh Khoa 19520631 Member
3 Thân Trung Hiếu 19521513 Member
3 Nguyễn Tăng Hảo 19521479 Member

Packages Used

Run Locally

  git clone https://github.com/hacco2801/MangaReactApp.git

Install dependencies

  npm install

After the installation is done. Replace the following to your (node_modules > react-native-viewport-unit > viewport-unit.js) file

  import { Dimensions } from 'react-native';
export const vw = number => Dimensions.get('window').width * (number / 100);
export const vh = number => Dimensions.get('window').height * (number / 100);
export const vmin = number => Math.min(Dimensions.get('window').width * (number / 100), Dimensions.get('window').height * (number / 100));
export const vmax = number => Math.max(Dimensions.get('window').width * (number / 100), Dimensions.get('window').height * (number / 100));

Start the app

  npx react-native run-android

LogIn UI

Sign in UI

Register UI

Home/Feed Screen UI

Home UI

Sign in UI

MangaDetail UI

Sign in UI

ChapterManga UI

Sign in UI

SearchManga UI

Sign in UI

FilterGenres UI

Sign in UI

PickerManga UI

Sign in UI

MangaInGenres UI

Sign in UI

Bookmark UI

Sign in UI

Comment UI

Sign in UI

Profile UI

Sign in UI

EditProfile UI

Sign in UI

ChangePassword UI

Sign in UI

About

React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • Java 2.5%
  • C++ 1.2%
  • Objective-C++ 0.6%
  • Objective-C 0.4%
  • Starlark 0.3%
  • Other 0.5%