A simple web application to fetch recipes using Spoonacular API.
To run the application, you need to replace API_KEY
with your own Spoonacular API key in src/config.js
file.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
A live demo of this app is available at https://recipefinderapp-c06dd.web.app/
To learn more about Spoonacular API, check out the Spoonacular documentation.
To learn React, check out the React documentation.