J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link
rails rails5 ruby time-tracker todo todolist

Time Tracker

Join the chat at https://gitter.im/J3RN/timesheet Travis CI badge Maintainability Test Coverage

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.

Prerequisites

Setup

  1. Clone this repository.

    git clone https://github.com/J3RN/timesheet.git
  2. Enter the directory.

    cd timesheet
  3. Run the setup script.

    ./bin/setup
  4. Start the server.

    bundle exec rails server

    You can now see the application running on your machine by visiting http://localhost:3000.

Testing