Skip to content

A deep linking enabled react native application which allows users to browse books

Notifications You must be signed in to change notification settings

ahmetgsu/BrowseBook

Repository files navigation

Get Started

1. System Requirements

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/ahmetgsu/BrowseBook.git

$ cd BrowseBook/

$ npm install
  or
  yarn

$ npx pod-install ios

Run on iOS

  • Run npx react-native run-ios in your terminal

Aim of the project

  • Make an application that allows users to browse book titles. Users are able to view books in two different ways: text based data or by book cover image.
  • Users may switch between two tabs, one with book text data and one with images.
  • Create a native UI component (Android or iOS) that shows the book covers in a tile view.
  • Users can visit mwlbooksapp://books/{isbn} in their browser and within the app, they see the book cover, title, and author's name (Deep linking)

ScreenShots

SS1

SS2

SS3

SS4

SS5

SS6

SS7

SS8

About

A deep linking enabled react native application which allows users to browse books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published