An open API service indexing awesome lists of open source software.

https://github.com/iamjohnbarker/productivity-time

Productivity Time is a simple timer to help you stay focused on your current task.
https://github.com/iamjohnbarker/productivity-time

electron productivity react

Last synced: about 1 year ago
JSON representation

Productivity Time is a simple timer to help you stay focused on your current task.

Awesome Lists containing this project

README

          

# Productivity Time

Keeping you productive, all the time.

Productivity Time is a simple timer to help you stay focused on your current task.

By default, it stays on top of all windows and is a gentle reminder of whatever task you set out to achieve.

![start](/screenshots/001-start.png)

## Get started

Clone this repo to your local machine and install the dependencies.

```
npm install
```

Then run the appliaction.

```
npm start
```

## Features

### Get straight to work

The simple interface allows for zero distractions. Get right to it by typing what you plan to work on.

![typing](/screenshots/002-typing.png)

### How long?

Choose how long you want to spend on the task.

![time](/screenshots/003-choosetime.png)

### And we're off

The time begins, and you get to work.

![running](/screenshots/004-running.png)

### Controls and time remaning

You can always pause and resume the timer and see how long is left by hovering over your task title.

![see time](/screenshots/005-seetime.png)

### Colour coded

The display will go green during the last minute and red when you are over-time.

![green](/screenshots/006-green.png)

## Contributing

Feel free to add a pull request with changes or open an issue with any feedback.