blahosyl / task-manager-frontend

On Fire 🔥 - the cheerful productivity app | PP5 Code Institute
https://pp5-task-manager-frontend-eebb66e2c99d.herokuapp.com/
0 stars 2 forks source link

USER STORY: See overdue tasks #118

Closed blahosyl closed 2 months ago

blahosyl commented 2 months ago

As a Logged-in User,

I want to see which tasks are overdue,

so that keep track of them

Acceptance Criteria

  1. Overdue items are marked with a fire symbol
  2. conditionally render 1 to 4 fire symbols (depending on how overdue the task is) on the task card if the due date is earlier than today

Tasks