The Coding Tracker App is a simple console application designed to help you manage and track your Session.
Inspired by the C# Academy Coding Tracker Project
- View All Sessions: Display a list of all saved Coding-Sessions with their details.
- Add New Sessions: Create a Session by providing an Start- and End-DateTime.
- Update Session: Edit an existing Session.
- Delete Session: Remove a Session from your list.
- Interactive Interface: Use keyboard navigation to select and interact with Session.
- Launch the app.
- Use the arrow keys to navigate through your Session.
- Press
Enterto select an Coding Session. - Add, update, or delete Session as needed.
- Exit the app by pressing Escape.
- Spectre.Console: Interactive console UI.
- SQLite: For storing and managing Sessions data.
- Dapper: Interaction with the database.