This is an application that I wrote long ago, but have since repurposed to play a critical role as my To-Do List and time tracker. I have found it to be exceptionally useful, and I hope you will as well.
Clone this repository.
git clone https://github.com/J3RN/timesheet.git
Enter the directory.
cd timesheet
Run the setup script.
./bin/setup
Start the server.
bundle exec rails server
You can now see the application running on your machine by visiting http://localhost:3000.
rake test
.coverage/index.html
in your browser after running the tests.