Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1020 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 1020 Bytes

Taste U

Elegant recipe explorer for midnight cravings.

Project

Web app that consists in a recipe browser, consuming the TheMealDB API. It is possible to generate queries through the interface and browse the displayed results dynamically. When accessing a recipe, more details like ingredients and instructions, are shown. Additionally, random recipes can be queried, for the indecisive user.

Install

  1. Get the repo
gh repo clone POWRFULCOW89/TasteU

or download as ZIP.

  1. Install dependencies:
npm i
  1. Start the webpack server with:
npm start

Team