
WanderFood is a mobile application that lets users add their favorite food to restaurants in various cities. The frontend is built in React Native, while the back-end utilizes Google's Firestore to store user and restaurant data.
The user can sign up or login, and once authenticated, they are taken to the "Explore" screen, where the user can choose from various cities to find the best food.


Once the user decides on a city, they can click the button to be taken to the city's personal page. From there, the user can see a list of restaurants that have been pre-seeded or added by other users. On that same page, a user can also recommend a restaurant for that city.
At the bottom of the app, there is a navigation bar where the user can navigate between the "Explore" page and their "Profile" page. On the profile page, a user is shown the email they used to sign up, a default profile picture, and any posts that they might have written for a restaurant.
