If you want to clone this project and run it follow the steps below :)
View Demo
·
Report Bug
·
This is a simple web app in react, fetching recipes from an API (Edaman)
This section list frameworks/libraries used to bootstrap your project.
First make sur you have npm installed on your machine !
- npm
npm install npm@latest -g
-
Get a free API Key at Edamam
-
Clone the repo
git clone https://github.com/yacine-21/ReactFoodList
-
Install NPM packages
npm install
-
Enter your API_KEY in
.env
REACT_APP_API_KEY='ENTER YOUR API KEY';
Enter your REACT_APP_API_ID in
.env
REACT_APP_API_ID='ENTER YOUR API ID';
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Yacine - @my_twitter - yacinelyoubi37@gmail.com
Project Link: here