Project delivery
Models:
Habit:
Id (int), UserId (int), Name (string), Frequency (string), StartDate (DateTime), Status (string)
Functionality:
Allow users to create habits, track completion status, and get daily reminders.
Endpoints:
POST /api/habits/create — Create a new habit
GET /api/habits/status — Get the current status of a habit
Deliverables:
Web API, habit tracking, in-memory storage