Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lee-steven/foodify
- Owner: lee-steven
- Created: 2020-05-18T04:51:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:42:48.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T02:15:44.576Z (5 months ago)
- Topics: climate-change, environment, expiration, foodify, groceries, hacktoberfest2020, ingredients, node, open-source, react, recipes, rest-api, web-application
- Language: JavaScript
- Homepage:
- Size: 11.4 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
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)?
- ...