From 037c507751340bfe91ef5ecc0b2ecb69d8091968 Mon Sep 17 00:00:00 2001 From: Arsh Koneru-Ansari <65876464+ArshKA@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:40:25 -0800 Subject: [PATCH 1/2] Create README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..21d3050 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# PantryPal.ai + +## Description +PantryPal.ai is your personal kitchen assistant, designed to help you create delicious recipes based on the ingredients you have on hand. Whether you're looking to minimize food waste, get creative in the kitchen, or simply find meal ideas quickly, PantryPal.ai makes it easy to cook smarter and tastier meals. + +--- + +## Key Features + + +--- + +## Running the Application + +### Clone the Repository: + +```bash +git clone https://github.com/your-repo/PantryPal.git +cd PantryPal +``` + +### To run the Frontend (React): + +```bash +cd frontend +npm install +npm start +``` + +The app will be accessible at [http://localhost:3000](http://localhost:3000) in your browser. + +--- + +PantryPal.ai is your go-to solution for turning what's in your pantry into mouth-watering meals. Cook with confidence, creativity, and convenience! From 1ff6760d9ca1811a4fc8c59c233f7f63dac262d9 Mon Sep 17 00:00:00 2001 From: Arsh Koneru-Ansari <65876464+ArshKA@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:40:57 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 21d3050..e5b5fd8 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,6 @@ npm install npm start ``` -The app will be accessible at [http://localhost:3000](http://localhost:3000) in your browser. +The app will be visible at [http://localhost:3000](http://localhost:3000) in your browser. --- - -PantryPal.ai is your go-to solution for turning what's in your pantry into mouth-watering meals. Cook with confidence, creativity, and convenience!