Skip to content

maddes/mice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mice

The simplest time tracking app

This is a minimal Electron application for task time tracking.

To Use

Download the corresponding binary package.

Click on an item will toggle it's active state AND copy it's title.

Item's cannot be removed.

To Collaborate

To clone and run this repository you'll need Git and Node.js.

From your command line:

# Clone this repository
git clone https://github.com/maddes/mice.git
# Go into the repository
cd mice
# Install dependencies and run the app
npm install && npm start

Learn more about Electron and its API in the documentation.