Turn a list of your pantry items into a generated list of recipes for the week or just for the day. Check out the demo below:
Demo_v1.mp4
- Generate recipes with list of ingredients for each day of the week
- Generate recipes to chose from for a single meal
- Save pantry items per user
- Add/delete pantry items
- Select items to generate recipes for
- Create grocery list from items
- Create an Instacart from grocery items
- 2FA for user login
This project was built using these technologies.
- React.js
- Node.js
- Express
- CSS3
- OpenAI
🤖 OpenAI Chat Completions API
🎨 Styled with React-Toastify and CSS
📱 Fully Responsive
🖥️ Backend hosted on AWS EC2 Instance & S3 Storage for profiles (https://github.com/zymoncone/chicago-ec2)
Clone down this repository. You will need node.js
and git
installed globally on your machine.
-
Installation:
npm install
-
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.