App development with C# - 3rd homework
Basic task manager built using ASP.NET Core (MVC) + EF.Core
###What Works:
- Adding Todo's
- (Un)Completing Todo's
- User Interface
- Logging
- SQLite Database
- Time calculations
###What doesn't work:
User Accounts (Possible cause: MacOS + SQLite + Rider(JetBrains))- Fixed in the latest copy. Cause was correct. Solution: Wrote my own user manager.