Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 745 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 745 Bytes

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.