Skip to content

18rohan/BookBox

Repository files navigation

BookBox

A react native app with the following functionalities:

  • Categories Menu: Menu which displays all the genres of literature.
  • Books Screen: Scrollable menu which displays books for each category.
  • Favourites Screen: Scrollable menu which displays all the "Favourited Books".
  • Completed Screen: Scrollable menu which displays all the "Completed Books".
  • Filters Screen: Screen with swich buttons to filter out books using "Switch Buttons".
  • Bottom Tab Bar navigation: A tab bar navigation at the bottom of the screen to switch between: ['Home', 'Favourites', 'Completed'].
  • Side Drawer: Side Drawer which holds to two tabs: ['Home','Filters']

Installation

1. Clone the app from the Git repository

git clone https://github.com/18rohan/BookBox.git

2. Go the app directory

cd BookBox-master

3.Run a command to install the required dependencies using expo

expo install

Getting the app running on local machine

1. Run the following command in the app directory(expo-command)

This will start the expo server

expo start

2. Run the following command to initiate the emulator

expo ios/android

OR

Press I for ios emulator, or A for android emulator in the terminal, when the expo server is up and running.

About

A react native app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors