Cross platform application that will keep track of the groceries that are bought on a per home basis.
-
Expo will be used. You can read more about it here
- Try to play around with it to get a better feel for this framework
-
The entries will be stored on a AWS database, probably dynamoDB because it'll make things simpler.
You can install this app using either npm or yarn as your package manager.
- You'll need npm to get started with either method.
- To run the app from source on your device, you'll need to install the expo client app on your device.
- Try clearing the cache:
expo r -c
-
Install command line tools for expo
npm install --global expo-cli
-
Install dependencies (make sure you are inside the project root at this point!)
npm install
-
Setup expo
expo install
-
Run the app!
expo start
-
Install yarn if you don't already have it
npm install -g yarn
-
Install command line tools for expo
yarn add global expo-cli
-
Install dependencies (make sure you are inside the project root at this point!)
yarn install
-
Setup expo
expo install
-
Run the app!
expo start
You can build a standalone android .apk
file by running this command
expo build:android -t apk