Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lee-steven/foodify

🌱 Web app for keeping track of expiring grocery items and searching recipes based on ingredients that you have - built with React and Node.js
https://github.com/lee-steven/foodify

climate-change environment expiration foodify groceries hacktoberfest2020 ingredients node open-source react recipes rest-api web-application

Last synced: about 2 months ago
JSON representation

🌱 Web app for keeping track of expiring grocery items and searching recipes based on ingredients that you have - built with React and Node.js

Awesome Lists containing this project

README

        






Foodify will help users organize their groceries/pantry by notifying users when ingredients are getting close to expiration, allowing users to choose ingredients they want to use and find recipes with those ingredients, and more.

## Website Link
[foodify](https://murmuring-harbor-82413.herokuapp.com/) (Work in progress)

## Motivation
As a college student who was transitioning to living off-campus and learning to grocery shop, meal prep, and cook myself, I found that I would often end up not using a lot of the groceries I bought as they would either expire or I would forget about them.

## Wireframe
[Figma](https://www.figma.com/file/2yTevZ7Usra6yZbZGP08Ad/foodify)

## TODO
[Trello](https://trello.com/b/1tguScW0/foodify)

## Tech/Frameworks Used
[React](https://reactjs.org/)

[Node.js](https://nodejs.org/en/)

[Express](https://expressjs.com/)

[MongoDB](https://www.mongodb.com/)

## Acknowledgments
[Spoonacular API](http://spoonacular.com/) β€”Β Retrieves recipes

## Brainstorming Features
- Upload receipt for parsing:
- https://www.taggun.io/
- Web scrape general expiration dates?
- https://www.stilltasty.com/
- http://www.eatbydate.com/
- Set up my own primitive database?
- Email/Text/Phone notifications for expiring grocery items
- Save favorite recipes
- Login/Signup
- QR code for receipts (Future)?
- ...