Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.18 KB

Forkify

Forkity is a full stack web application built with Node and Webpack that allows users to search for recipes, select different amount of ingredients to order, view the recipe's homepage and like the recipe.

Final Product

"Forkify's home page."

"Forky's search result for pizza recipe"

"Selected Potatos With Skins Pizza recipe"

"Sidebar Shooping List after pressing the 'Add to shopping list' button. Heart/Liked status appears after the button is selected"

"After pressing the 'Directions' button, user is sent to the recipe website as seen here"

Dependencies

  • Node.js
  • Webpack
  • Babel
  • Axios

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the npm start.