The app allows the user to track how many hours they have spent coding each day. It takes the users inputs to create records in a database. The user is able to add records, delete records, update records or just view them all.
I hadn't done anything with a SQL database before so I started by viewing the tutorial video but only followed that until the "Insert" section. After that, I decided to look up the SQLite documentation to code the rest without just following the guide.