Added a streak system and a needs_reminder feature that checks due dates of chores to the current date
Added a streak system to User.java that updates based on a user completing chores. Added a needs_reminder feature that checks the due date of a chore from Chore.java and compares to the current date in User.java. No AI was used.