Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 769 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 769 Bytes

Timelog

Time-tracking app which attempts to replicate much of the UI/UX of the excellent Harvest app (https://www.getharvest.com/) for non-commercial, demo purposes only.

Details

The app is built with Vue.js, Vuex & Vue-router. All user data is stored in Firebase. The UX is built with Vuetify.

Sidenotes: Times are handled by the Moment.js library. Rows are instances of the same component, programmatically instantiated as user adds new rows.

Demo URL

http://fabricepallaud.com/timelog/

How to use the demo:

  1. Sign up instantly - in a single step - with a correctly formatted email address (can be fake) + a password (6 characters minimum)
  2. Create time entries, rows and navigate rows. You can also navigate projects on the "Projects" page.