- Table of Contents
- Introduction
- Key Features
- Installation
- Technologies Used
- Eggroll Team Members
- Developer Notes
- Credits
Our mobile app allows you to scan items in your pantry and suggest recipes based on the ingredients scanned. Based on the suggestions, you can also vote with your family and friends what you all want for dinner!
This project is divided into 3 parts: mobile, server, and website. This repo, server, has the code of our server app. The server repo is the one that contacts Spoonacular API. The website repo allows people to vote for people's favorite recipe.
We hope that you have fun and enjoy our app!
+ Item Quikshot - Add items on your pantry through your camera or text.
+ Recipe Finder - suggest recipes based on the items on your pantry.
+ Recipe Selector - Vote for the best recipe for your next meal. The app can add more voting participants.
+ Data Storage - Create an account and store your favorite recipes.
+ Mobile Cross Platform - Works with Android and iOS.
- Install Expo CLI - https://expo.dev
- Git clone https://github.com/jaredhud/QuikDine-mobile.git
- Git clone https://github.com/jaredhud/Quikdine-server.git
- Git clone https://github.com/Kshitija118/QuikDineWebPage.git
- npm install all the repos above
- npm run start all the repos above
+ Core: React Native - React
+ API: Spoonacular Google Vision API
+ SendGrid Node.js Javascript HTML CSS Javascript Firebase Express.js Expo Go
+ Collaboration: Discord Github Zoom Trello Basecamp Figma
- Kshitija Shirsathe - GitHub - LinkedIn
- Romell Bermundo - GitHub - LinkedIn
- Jared Huddleston - GitHub - LinkedIn
- Chris Desmarais - LinkedIn - Scrum Master
- Context is used to transfer data from page to page
- Firebase is used to store data
- SendGrid is used for handling email functionality
- Navigation is handled 2 ways: Screen and Tab navigation
- _RecipeNav and similar folders handles the Tab Navigation part
- Modal is used to create pop-ups (useful for creating help notes)
- When creating page layout, use percentages to divide sections. ie. 10% 10% 30%