This is a React Native mobile app to help groups of users choose where to eat.
The application uses the Yelp Fusion API to fetch lists of restaurants based on the user's preferences and creates a room for the user and their friends. Users can join that room to then vote on each restaurant by swiping left or right.
By the end of voting, room members can see how many votes each restaurant received to decide where to eat!
Clone this repo and run npm install
separately in the client and backend directories.
To run the mobile app client:
cd client
npm start
To run the backend server:
cd backend
node index.js