Skip to content

le-santos/recipe-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: