Elegant recipe explorer for midnight cravings.
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.
- Get the repo
gh repo clone POWRFULCOW89/TasteU
or download as ZIP.
- Install dependencies:
npm i
- Start the webpack server with:
npm start