Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 772 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 772 Bytes

forkify Project Challenge

Recipe application with custom recipe uploads.

Added Features:

  1. Page numbering when showing search results.
  2. Sorting results by cooking time and number of ingredients (ascending and descending for both).
  3. Separate ingredients fields for entering quantity, units and ingredient description.
  4. Button for adding ingredient rows, which activates only when all previous ingredient fields are filled and deactivates if any of those fields are cleared.
  5. Added a method for displaying system messages without deleting a user data.
  6. Removed a bug where a user could only upload a recipe once and couldn't open the upload form again without reloading the page.
  7. Replaced Fractional API with the Fracty API because of stability issues.