Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 2.8 KB

README.md

File metadata and controls

92 lines (69 loc) · 2.8 KB

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