Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.31 KB

Recipe-Finder

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/

Screenshot

Recipe Finder Mobile

Features

  • 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)

Installation

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.

Built With: