Code Monkey home page Code Monkey logo

time-tracker's Introduction

time-tracker

A self-hosted Time Tracker using node.js, sqlite3, and HTML5. Similar in feel to FreshBooks's time tracker functionality (but without the cost).

This is currently a work in progress, and is not ready for beta use. I'll change this once I start dogfooding my own time tracking.

Features

  • Self-hosted node.js application using sqlite3 for database
  • Run it locally or on a server
  • Each user has its own clients and client-related projects
  • Track time and toggle the timer between different clients and/or projects
  • Built-in timer, or manually enter duration or start/end time

WIP Features

  • Invoice generation
  • Export time to csv

Possible Future Features

  • Track expenses
  • Track paid invoices
  • Team-based clients/projects/users

Installation

  1. git clone [email protected]:davidfig/time-tracker.git
  2. yarn or npm install
  3. if running on localhost, no edits are needed, just run yarn start and open your browser to localhost:4560.
  4. If running on a domain: a. edit settings.json and update name, and port (if needed) b. reverse proxy node app using nginx or web server of choice (todo: add instructions/link)
  5. yarn start or pm2 add <time-tracker-directory>/index.js

License

MIT License
(c) 2020 YOPEY YOPEY LLC by David Figatner

time-tracker's People

Contributors

davidfig avatar

Stargazers

Victor Ray avatar  avatar

Watchers

 avatar James Cloos avatar

time-tracker's Issues

There are a lot of security issues with this repo

In short, I used trivy to scan your repo and found that it has among many other things an arbirtary code execution exploit, I tested this and indeed, the current version of babel/traverse allows for ACE.

I suggest you update your packages, you can find more suitable libraries using trivy.

Provided with this issue I ahve a screenshot so you can see some of the issues with this repo
Screenshot 2024-04-03 at 12 39 15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.