Skip to content

solen80a/js-project-recipe-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-project-recipe-library

Sofia´s Recipe Library

  • Fetch real recipe data from Spoonacular's recipes/random endpoint.
  • When the page is loaded, recipe cards based on the API data dynamically displays.
  • Users can select filter for diets, and sorting most/least popular.
  • When a filter or sorting option is picked, the DOM updates with these recipes.
  • The code is split up into different functions that are named after what they do.
  • The user can click a button that selects a random recipe, and the page display the selected item.
  • There is an empty state, e.g. if there are no recipes matching the filter - a message is shown to the user.
  • When the daily API quota has been reached, a message is shown.
  • The page is responsive and look good on devices from 320px width up to at least 1600px.

URL https://sofias-recipe-library.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.6%
  • CSS 26.2%
  • HTML 15.2%