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.
- Host: GitHub
- URL: https://github.com/iamjohnbarker/productivity-time
- Owner: iamjohnbarker
- Created: 2020-06-26T09:41:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T19:43:22.000Z (over 2 years ago)
- Last Synced: 2025-04-24T06:49:15.393Z (about 1 year ago)
- Topics: electron, productivity, react
- Language: CSS
- Homepage:
- Size: 2.03 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.

## 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.

### How long?
Choose how long you want to spend on the task.

### And we're off
The time begins, and you get to work.

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

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

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