Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yycorcino/meal-planner-app

Expo App to Store Meals and Create Shopping Lists
https://github.com/yycorcino/meal-planner-app

andriod-studio expo react-native sqlite

Last synced: 15 days ago
JSON representation

Expo App to Store Meals and Create Shopping Lists

Awesome Lists containing this project

README

        


Meal Planner


Developed By: Sebastian Corcino, Jared Keeler, Massimo Nikolic, Renz Pascual, Malachi Retherford


### About The Project

This is the system requirements for the Meal Planner App version 1.0. This version of the meal planner is a simplified shell of its final product but creates a fundamental and functional base that features can be added to over time. The goals for this version are to streamline the process of making a shopping list. Specifically for the purpose of convenience and to ease pressure on the user financially by preparing them with a precise shopping list of only what they need. We will accomplish this in version 1.0 with three main goals.

- Have a collection of specific meals for the user
- The ability to apply meals to a specific day on a calendar
- The ability to convert a range of dates to a shopping list

The collection of meals reflects the natural rotation of familiar meals the user finds themselves eating most days. The connection between meals and a specific day supports the concept of buying what you need and to collect information for the biggest feature; the generation of a shopping list which the user can use as they shop and prior to shopping to confirm what ingredients they already have access to at home. Other smaller features will be included in version 1.0; they mostly exist to support these three concepts.

### Steps

How to get project running.

1. Download all the Node Packages

```
npm install
```

2. Start Expo Project

```
npx expo start
```

3A. Open on Android Simulator

```
(Enter a)
```

_Prerequisite: Have Andriod Studio Running._

3B. Open on Expo Go (Mobile App)

```
(Scan QR code from phone camera app)
```

_Prerequisites: Have Expo Go installed and be on the same wifi network on both devices._