timekeeper

My first (abandoned unfinished) web application for time tracking
git clone git://jacobedwards.org/timekeeper
Log | Files | Refs | README

about (771B)


      1 <h1>About</h1>
      2 
      3 <p>The timekeeper system is a tool for keeping track of hours spent
      4 on the job.  It's probably only useful for personal records or small
      5 businesses with trusted employees right now, and this may never
      6 change.</p>
      7 
      8 <p>I'm <a href="https://jacobedwards.org">Jacob Edwards</a> and I'm making
      9 this in part because it's something I'll actually use, but also to
     10 learn how to make more significant <q>web applications</q> using
     11 things I'v avoided in the past, namely SQL (<a
     12 href="https://sqlite.org">SQLite</a> via <a
     13 href="https://kristaps.bsd.lv/sqlbox/">sqlbox</a>) and JavaScript.</p>
     14 
     15 <p>It's still under heavy development so anything could change at
     16 any time. This includes the backend, so any data entered at this
     17 point <em>will likely be lost</em>.</p>