Skip to content

Commit

Permalink
Merge pull request #14 from kumarkrishh/readme
Browse files Browse the repository at this point in the history
Readme
  • Loading branch information
ArshKA authored Nov 17, 2024
2 parents 22add51 + 1ff6760 commit 5988f76
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 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 visible at [http://localhost:3000](http://localhost:3000) in your browser.

---

0 comments on commit 5988f76

Please sign in to comment.