All Projects → Moustachauve → Timesheet-Hero

Moustachauve / Timesheet-Hero

Licence: other
Small utility to keep track of your time

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Timesheet-Hero

Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+9000%)
Mutual labels:  application, utility
emma.css
🍴 Emma.css { utility-classes: emmet-like; }
Stars: ✭ 53 (+70.97%)
Mutual labels:  utility
autocommand
Autocommand turns a python function into a CLI program
Stars: ✭ 44 (+41.94%)
Mutual labels:  utility
as-a
Runs a given command with additional environment settings for simple local development
Stars: ✭ 60 (+93.55%)
Mutual labels:  utility
sul-embed
An oEmbed Service for Stanford University Libraries
Stars: ✭ 15 (-51.61%)
Mutual labels:  application
application
AdonisJS application class to read app related data
Stars: ✭ 19 (-38.71%)
Mutual labels:  application
vue-js-3-firebase-firestore
Vue 3 Firebase Tutorial: Build Firestore CRUD Web Application
Stars: ✭ 34 (+9.68%)
Mutual labels:  application
web-mqtt-client
A better MQTT API for the browser
Stars: ✭ 48 (+54.84%)
Mutual labels:  utility
sortr.py
sort files using python
Stars: ✭ 15 (-51.61%)
Mutual labels:  utility
BlauBot
A discord bot providing a collection of useful and unrelated commands
Stars: ✭ 16 (-48.39%)
Mutual labels:  utility
AjaxHandler
ASimple PHP Class to help handling Ajax Requests easily
Stars: ✭ 30 (-3.23%)
Mutual labels:  utility
news
🕸 【MDH • 前端情报】
Stars: ✭ 277 (+793.55%)
Mutual labels:  application
viralgraphics.io
Creating Competitive Desktop Applications for the Web
Stars: ✭ 33 (+6.45%)
Mutual labels:  application
actlist
📦 Actlist is a utility platform to execute your own action list easily and simply.
Stars: ✭ 85 (+174.19%)
Mutual labels:  utility
pytest-stress
A Pytest plugin that allows you to loop tests for a user defined amount of time.
Stars: ✭ 39 (+25.81%)
Mutual labels:  utility
vaahcms
VaahCMS is a laravel based open-source web application development platform shipped with a headless content management system (CMS).
Stars: ✭ 56 (+80.65%)
Mutual labels:  application
sublimetext-autobackups
Sublime Text 2/3 Auto backups plugin
Stars: ✭ 70 (+125.81%)
Mutual labels:  utility
RunDLL-NG
A better alternative to RunDLL32
Stars: ✭ 23 (-25.81%)
Mutual labels:  utility
aws-docker-deploy
Scripts and templates for deploying docker containers to aws / elastic beanstalk
Stars: ✭ 18 (-41.94%)
Mutual labels:  utility
catsay
🐱 💻 like cowsay but cats
Stars: ✭ 33 (+6.45%)
Mutual labels:  utility

TIMESHEET HERO

This is a small utility app to keep track of your time. It is an ideal tool for a workplace that does not provide you with an automated way of knowing at which time you arrived and left the office.

How does it work

You do not need to input anything related to your arrival and departure to the app. With the help of a little bit of magic, it automatically detects at which time you first unlocked your computer on a day and the last time that you locked your computer. Based on that information, it is able to calculate how much hours you were at work. You can then adjust how many minutes you spend in pause.

Installation

To install this app, simply click here and download the most recent .exe file.

Screenshot

Screenshot 1

Running the code

To run the code, simply execute npm start from the root of the project. To Package the code in an executable, execute npm run pack. To create an installer, execute npm run dist.

If the executable created by the package gives you an error related to a missing library for edge-cs.dll, follow these steps:

  1. In the app/node-modules folder, delete the edge-cs folder;
  2. Copy the edge-asar-cs folder and name the copy edge-cs;
  3. Repack the project and the executable should now work.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].