Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mugambi645/recipe-finder
A recipe web app made using React.js and Edaman Api.
https://github.com/mugambi645/recipe-finder
edamam-api food react recipes
Last synced: 22 days ago
JSON representation
A recipe web app made using React.js and Edaman Api.
- Host: GitHub
- URL: https://github.com/mugambi645/recipe-finder
- Owner: Mugambi645
- Created: 2022-06-29T19:57:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T09:49:15.000Z (over 2 years ago)
- Last Synced: 2023-03-11T17:06:56.636Z (almost 2 years ago)
- Topics: edamam-api, food, react, recipes
- Language: JavaScript
- Homepage: https://food-recipe-murex.vercel.app/
- Size: 398 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Food recipe web search
## Introduction
- This is a react web app that searches food recipes using Edaman Api.
## Technologies used
- React
## Setup requirements and Installation
- Clone the repository by
- Run npm install
- Run npm start
## Edaman Api
- Go to https://www.edamam.com/ and sign up to get an Api key.
- Create an .env file in the root directory
- Add Api key REACT_APP_API_KEY="Your-api-key"
- Note the Api key must start with keyword
## Deployment
- Follow the netfly guidelines here
## Development
Want to contribute? Great!To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (git checkout -b improve-feature)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (git commit -am 'Improve feature')
- Push to the branch (git push origin improve-feature)
- Create a Pull Request## Known Bugs
If you find a bug (the website couldn't handle the query and or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
### Licence
You can use this application however you wish.*MIT*
Copyright (c) 2022 **Patrick Mugambi**