pusakamanggala / cook-recipe-web-app

Cooking recipe website with Spoonacular API

Home Page:https://my-recipefy.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipefy

Page Screenshot Recipefy is a web application that allows users to search for recipes based on keywords, meal types, or ingredients. It utilizes the Spoonacular API to provide a list of recipes with details such as recipe name, preparation time, and cooking instructions. Users can also filter recipes by meal type.

Technologies

Recipefy is built with the following technologies:

For detailed information on these technologies, please refer to their respective documentation.

API

The recipe data is sourced from the Spoonacular API. Please refer to their documentation for more information on how to use the API.

Features

  • Users can search for recipes based on keywords, meal types, or ingredients.
  • Users can filter food recipes by meal type.
  • The application provides a list of recipes with details such as recipe name, preparation time, and cooking instructions.

Installation

To use this application, you will need Node.js installed on your computer.

  1. Clone the repository:
git clone https://github.com/pusakamanggala/cook-recipe-web-app.git
cd cook-recipe-web-app
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start

This will start the development server and open the application in your default browser