A console-based time tracking application built with .NET
and C#
, using SQLite
as the database. This app allows users to manage their activities by adding, viewing, updating, and deleting records.
- View Records: Display all saved records in a list format.
- Add Record: Add a new time-tracking record by providing the date and duration.
- Delete Record: Remove a record from the database.
- Update Record: Modify an existing record's date or duration.
- Navigate Activities: Use activity numbers to select options from the console menu.
-
Run the App
- Open a terminal or Command Prompt.
- Navigate to the app directory.
- Run the app with:
dotnet build dotnet run
-
Main Menu
Once the app starts, you'll see a menu like this: Select an option:- View Records
- Add Record
- Delete Record
- Update Record
- Exit