Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a C# console application's email reminder functionality. The application currently sends a daily email reminder only once instead of repeatedly as intended. The fix requires investigating the `SendReminder` method within the `ReminderService` class and ensuring it's scheduled to run daily. This likely involves using a scheduling mechanism (e.g., Timer, Scheduled Tasks) to trigger the email sending logic at the specified time each day.
Creates a console app through c# that allows users to create habits, mark them as completed and send daily email reminders based on the users selected time