You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple task manager app that allows users to create tasks, assign them to different projects, and mark them as completed. It uses the Cake Pattern to separate the data access layer from the business logic layer, allowing for easier testing.