This is a recipe finder web applicaton made with React using The MealDB API.
It's built with learning purposes, based on Florin Pop App Ideas.
Check it live here: https://recipe-finder-three.vercel.app/
- Search for recipes by typing the main ingredient (i.e. "Chicken", "Cheese")
- Get random recipe suggestions
- Get details of each recipe (ingredients list and preparation)
Download or clone this repository.
Make sure you have installed node version >= 10. You may check with:
node -v
In the project directory, install the necessary packages locally by running:
npm install
Next, start up a local server:
npm start
Your app will be running at http://localhost:3000.