Progress Keeper is a .NET Core Desktop Application for keeping a track of daily performed tasks.
- Microsoft Visual Studio Community 2019 (Version 16.9.5)
- Microsoft .NET Core 3.1.0
- C#
- MongoDB.Driver 2.12.3
- Insert button inside the Add tab stores the text along with the selected date.
- If the record of the selected date already exists, the Insert button updates the record in DB.
- When selects the date, it will automatically retrieve the Record from the DB.
- When selects the History tab, records fetched from DB and displayed.
- Main Window (Add Tab)