View the project’s public Github repo here.
A Console application developed with Visual Studio using C# and SQLite.
This application allows users to track the amount of time they spend coding or generally working on programming projects. MSTest was also used to develop unit tests for the input validation methods.
Features
Local SQLite Database connection and manipulation using Dapper
Clean and Functional UI with Spectre Console
- User can use arrow keys and enter to navigate most menus.
- Inputting dates is restricted to a specific format (mm/dd/yyyy hh:mm:ss) and informs user if input isn’t valid.
CRUD Database functions
- Users are able to create
- new coding session entries and view, edit, and delete existing ones.