Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 778 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 778 Bytes

óleo

óleo is a sleek project-based time management Chrome Application that can sync to Google Spreadsheets allowing for collaborative tracking.

Chrome store:
https://chrome.google.com/webstore/detail/%C3%B3leo/ldgkigaodgdimflmamidppilbgfofdcj

More information:
http://lev-interactive.com/made/oleo-time-tracking/

Development

This application was built in full with AngularJS and has no other dependencies.

  1. npm install
  2. bower install
  3. grunt

Let grunt watch you do it. For releases do grunt release.

Testing

Tests are done with mocha in the browser via the test/index.html runner.

What's ahead.

  • Vim-style keyboard shortcuts.
  • More user-friendly instructions to get started.
  • Cloud syncing + mobile.
  • More UI enhancements.