An open API service indexing awesome lists of open source software.

https://github.com/4rjunc/bonappetit

Reactapp which displays recipes for the items searched
https://github.com/4rjunc/bonappetit

api frontend project react reactjs

Last synced: over 1 year ago
JSON representation

Reactapp which displays recipes for the items searched

Awesome Lists containing this project

README

          

# React.js - Recipe App
Webapp developed using React.js and Spoonacular API,which helps the user to fetch details on a food item.Details includes ingredients,recipe,type etc.

## Screenshots

![App Screenshot](./doc/s1.png)
![App Screenshot](./doc/s2.png)
![App Screenshot](./doc/s3.png)

## Run Locally

Clone the project

```bash
git clone https://github.com/H4K3R13/Recipe-ReactApp.git
```

Go to the project directory

```bash
cd Recipe-ReactApp
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```
## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`REACT_APP_API_KEY`

## License

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## Authors

- [@H4K3R13](https://github.com/H4K3R13)