Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.64 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.64 KB

# Forkify Project



Recipe Application with custom recipe uploads. You have the ability to bookmark recipes which remain in your browser local storage.

This app demonstrates a few features

  1. Search functionality: API search request.
  2. Results with pagination.
  3. Display recipes.
  4. Change servings functionality.
  5. Bookmarking functionality
  6. Store bookmarked recipes in local storage.
  7. Upon page load, read saved bookmarks.
  8. The ability to upload your own recipe.
  9. Own recipes automatically bookmarked.
  10. Users can only see their own recipes.
  11. The wonderful and beautiful styles of SASS.

After some time, I was able to resolve build issues that involved the Fractional library to render recipe servings. I incorrectly attributed this error to Fraction.js which coincidentally ended up being the library that fixed this display. Fraction.js.