Mobile application to help friends answer the question "what do you want to eat?"
Prerequisites:
- Node.js v10.x or later
- npm v5.x or later
- XCode and XCode Command Line Tools (if you want to use the iPhone Simulator)
-
Install the Expo CLI:
npm install -g expo-cli
-
Install dependencies:
npm i
-
Start the app in the iPhone Simulator
npm run ios
- AWS Amplify used to power social sign-in and basic auth
- Navigation implemented using React Navigation
- React Contexts API used to maintain global state
Looking to contribute? Visit the Trello board to see what is prioritized, in the backlog, in progress, etc. Feel free to shoot me an email at [email protected] or open a PR if you're interested!