Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.78 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.78 KB

Dumo Eats

DumoEats is a mobile app which aims to help users adopt a healthier lifestyle. We provide users with food choices based on their health preferences and a platform to track and monitor calories easily. Users are able to interact with each other by creating posts and liking or commenting on posts or recipes. Recipes are from Spoonacular API.

Screenshots

Home screen Recipe recommendation screen
Home screen Recipe recommendation screen

Running the app locally

cd Frontend
  1. Install dependencies for the project by entering this command:
npm install
  1. Enter Spoonacular API key as environment variable

Create a .env file and add in your API key as EXPO_PUBLIC_API_KEY=YOUR_API_KEY

  1. Run the app in development mode by entering this command:
npx expo start