Skip to content

Josef8852/Forkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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