- This is a react web app that searches food recipes using Edaman Api.
- React
- Clone the repository by <git clone https://github.com/Mugambi645/recipe-finder>
- Run npm install
- Run npm start
- 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
- Follow the netfly guidelines here https://docs.netlify.com/
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
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.
You can use this application however you wish.
MIT Copyright (c) 2022 Patrick Mugambi