If you're anything like me you probably lose track of time. I do it ALL THE TIME. I start coding and next thing I know it's 1:00am, I have no idea how long I've been working on the project and I should have been asleep hours ago.
This is why I decided to build this time tracker. It is a simple time tracking app built with Javascript so I can keep tabs on how long I am working on things. It uses the browser's local storage to save my data so no database required!
Basically the way it works is you add a 'code' for each project that you want to track your time on. Then you simply clock into the code when you start working on the project and punch out when your done. This was used for personal use so I didn't add user feedback like error messages, success messages, etc. but it would be easy to do so if you wanted to.
Try out the app yourself by cloning/downloading this respository and open it up in a browser!