mlipscomb24 / P2-Pantry_Pals

Project 2
1 stars 1 forks source link

Expiration Date Highlight - Acceptance Criteria #19

Open mlipscomb24 opened 3 weeks ago

mlipscomb24 commented 3 weeks ago

Given a logged-in user is viewing the list of items Now when an item's expiration date is 3 days or less from the current date Then that item should be displayed in red text in the list view

TBD - use of moment.js: A library to handle dates and times (useful for expiration dates)

jknowles10 commented 3 weeks ago

added item expiration date logic to server.js and dashboard.handlebars, will close issue once tested