Skip to content

User Manual

DonLe27 edited this page Mar 6, 2021 · 15 revisions

How to Install

On Android

$ git clone https://github.com/cs130-w21/book.ar.git $ cd book.ar $ yarn install

In two separate tabs $ npx react-native run-android --verbose $ yarn start

How to Use

  1. Register through Firebase authentication with your email address
  1. Use the navigation bar to view the Home, Select, or Profile screen
  1. On the Select screen, you can choose to take a picture or submit an image from your gallery. Be sure the image clearly displays the book title(s).
  1. The application will return recommendations from the titles based on user preferences.

  2. User preferences can be updated on the Profile page.

Clone this wiki locally