Giter Site home page Giter Site logo

phongli / mangaapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from khoado21/mangaapp

0.0 0.0 0.0 4.12 MB

React Native with FireBase v9. Get Crawler data from Nettruyen

JavaScript 94.52% Ruby 0.21% C++ 1.16% Objective-C 0.40% Java 2.54% Objective-C++ 0.61% Makefile 0.25% Starlark 0.32%

mangaapp's Introduction

MangaNetApp

Introduction

This repository is made to read manga series from Nettruyen website. Maybe the site will change its domain name in the future. You can change the link in folder APIs to crawl 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

mangaapp's People

Contributors

phongli avatar khoado21 avatar ntanghao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.