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
- Host: GitHub
- URL: https://github.com/4rjunc/bonappetit
- Owner: 4rjunc
- Created: 2023-03-26T07:05:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T14:09:59.000Z (about 3 years ago)
- Last Synced: 2025-01-21T07:14:46.802Z (over 1 year ago)
- Topics: api, frontend, project, react, reactjs
- Language: JavaScript
- Homepage: https://recipeappreactjs.netlify.app/
- Size: 6.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



## 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
[](https://choosealicense.com/licenses/mit/)
## Authors
- [@H4K3R13](https://github.com/H4K3R13)