Skip to content

chingu-voyages/v46-tier1-team-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReciPick

Welcome to ReciPick! This repository contains the code for our web application, an app that allows users to browse and discover recipes based on an individual ingredient. Click here to visit ReciPick

ReciPickAppModal

Table of Contents

Project Description

ReciPick is a JavaScript based tool that allows users to input an ingredient and find recipes that use that specific ingredient. This README provides an overview of the application, setup and usage.

Features

  • Input an ingredient to search for recipes.
  • Displays a list of recipes that include the specific ingredient.
  • View detailed information about each recipe, including ingredients, instructions and a link to a video source.

Installation

Follow these steps to set up the ReciPick application locally:

  1. Clone the repository:
git clone https://github.com/chingu-voyages/v46-tier1-team-02
  1. Use your usual method to start a server (Python or Node.js HTTP Server, Live Server from VSCode...) and access the corresponding port.

Technologies and Libraries

ReciPick is a frontend web application built using HTML, CSS and JavaScript. The only dependency required to run this application is Node.js

Contributers