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.
Deployment link on Expo Go: https://expo.dev/preview/update?message=Removed%20password%20keychain%20from%20login%20screen&updateRuntimeVersion=1.0.0&createdAt=2024-08-13T08%3A11%3A11.478Z&slug=exp&projectId=45c86e06-b0c3-478f-aee0-504df2d0fd70&group=ec2a6c03-07a2-4f49-abf3-0c5004a38537
Home screen | Recipe recommendation screen |
---|---|
![]() |
![]() |
cd Frontend
- Install dependencies for the project by entering this command:
npm install
- 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
- Run the app in development mode by entering this command:
npx expo start