*Note – this app is currently in development.
Twin Time Tracker is a time tracking tool designed to help small business owners, freelancers and entrepreneurs. It allows users to track the amount of time spent on tasks belonging to a specific project. Users can either use the time-clock to punch into different tasks as they are performing them, or they can manually add timestamps by specifying the date, duration, and other relevant information.
The app is built with Laravel 8. Originally, I was going to build it as an SPA with Vue JS but I decided to go with Livewire, a PHP framework built with Alpine JS. Whenever I work on personal projects I always try to learn something new, and I was intrigued by Livewire. I also understand the potential benefits that Livewire offers. It allows you to sprinkle reactivity where it is needed rather than building out a full SPA.
If you wish to try out the app you can register here. If you do, please keep in mind that this project is currently in development and is something I work on in my spare time. It is fully functional, but I am currently working on adding user feedback (success messages, error messages, etc) and setting up the “Teams” functionality. It is complete enough, however, to show that I am able to build web applications and understand the many requirements of doing so.
Visit Site