Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 558 Bytes

Fridge app

App that stores all your purchases. Simply start by scanning barcode on the product to add it.

app design plan: alt tag

Setup:

Firebase database:

rename /src/firebaseConfig_template.json to firebaseConfig.json and add configs from Firebase.

Next setup rules for the database.

App:

install all the depencies, (run terminal in root folder of the fridge):

npm install

run app iOS:

react-native run-ios

run app android:

react-native run-android