Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geeth34 authored Sep 5, 2024
1 parent d3be1bb commit c716b3a
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Application that allows users to search for recipes based on ingredients, view detailed recipe information, and save their favorite ones. <br>
The application is designed to provide a user-friendly interface for discovering and making custom recipe uploads.

Here's a preview of the project :

You can view the live demo of the application here :
<div style="width: 100px;">
https://github.com/user-attachments/assets/bf1e45be-d303-40ca-805c-2de9fd30667b

</div>
## Installation

Clone the repository
```bash
git clone https://github.com/anuraghazra/QuickerPoll.git
git clone https://github.com/geeth34/forkify-app.git
```

Navigate to the project directory and install all the dependencies.
Expand All @@ -22,8 +22,6 @@ npm install

## Usage

To run the project, use the following command :

```bash
npm start
```
Expand All @@ -40,11 +38,11 @@ Parcel bundles the HTML, SASS and Javascript files in production mode and it opt

## Features

- Search recipes : Allows to search recipes based on the item or ingredients.
- Recipe details : Displays detailed information about each recipe, including ingredients and cooking instructions.
- Servings : Users can select the number of servings and the ingredient quantities will be displayed accordingly.
- Bookmark : Users can save recipes their favorite recipes for easy access later.
- Add recipe : To make custom recipe uploads.
- Search recipes : allows to search recipes based on the item or ingredients.
- Recipe details : displays detailed information about each recipe, including ingredients and cooking instructions.
- Servings : users can select the number of servings and the ingredient quantities will be displayed accordingly.
- Bookmark : users can save recipes their favorite recipes for easy access later.
- Add recipe : to make custom recipe uploads.


## References
Expand Down

0 comments on commit c716b3a

Please sign in to comment.