Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.84 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.84 KB

Forkify

Forkify built with MVC architecture

About The Project

Forkify is a recipe web app using the Forkify API to allow users to search, view, modify, bookmark and add recipes.

  • Available search queries : Queries

Features

User Stories Features
Search for recipes
  • functionality: input field to send request to API with searched keywords
  • Display results with pagination
  • Display recipe with cooking time, serving and ingredients
Bookmark recipes
  • Bookmarking functionality: display list of all bookmarked recipes
Create recipes (Disabled)
  • Users can upload their own recipes
  • User recipes will automatically be bookmarked
  • User can only see their own recipes, not recipes from other users

(back to top)


Built With

  • HTML
  • CSS
  • SASS
  • TypeScript / JavaScript
  • Vite
  • Forkify API