Skip to content

Commit 97e55c1

Browse files
committed
Image resizing
1 parent 67c9892 commit 97e55c1

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,16 @@ The application is hosted on Vercel and can be accessed at [Recipe For Success](
4343

4444
### Install Dependencies
4545

46-
npm install dotenv express node nodemailer openai type nodemon
46+
`npm install dotenv express node nodemailer openai type nodemon`
4747

4848
### Setup Environment Variables
4949

5050
Create a `.env` file in the root directory and add your OpenAI API key and other necessary configurations.
5151

5252
### Run the Application
5353

54+
`npm run devStart`
55+
5456
## Usage
5557

5658
Open the application in your browser.
@@ -64,19 +66,19 @@ Email the recipe to yourself or request a new recipe.
6466
## Screenshots
6567

6668
- Home Screen
67-
![Home Screen](public/image/Screenshot 2024-05-18 at 08.19.25.png)
69+
<img src="public/image/Screenshot 2024-05-18 at 08.19.25.png" width="500">
6870
- Dietary Requirements
69-
![Dietary Requirements](public/image/dietary.png)
71+
<img src="public/image/dietary.png" width="500">
7072
- Specify Other Dietary Requirements
71-
![Specify Other Dietart Requirements](public/image/other.png)
73+
<img src="public/image/other.png" width="500">
7274
- Toggle Dark Mode
73-
![Toggle Dark Mode](public/image/darkmode.png)
75+
<img src="public/image/darkmode.png" width="500">
7476
- Loading Indicator
75-
![Loading Indicator](public/image/loading.png)
77+
<img src="public/image/loading.png" width="500">
7678
- Recipe Result
77-
![Recipe Result](public/image/recipe.png)
79+
<img src="public/image/recipe.png" width="500">
7880
- Email Recipe
79-
![Email Recipe](public/image/email.png)
81+
<img src="public/image/email.png" width="500">
8082

8183
## Contributors
8284

@@ -89,7 +91,3 @@ Thanks to OpenAI for their API.
8991
Inspiration from various cooking apps.
9092
Special thanks to Founders and Coders for providing the basic knowledge to pursue the project.
9193
Special thanks to everyone who helped with the project.
92-
93-
```
94-
95-
```

0 commit comments

Comments
 (0)