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

https://github.com/dpieve/easyfocus

A cross-platform productivity app.
https://github.com/dpieve/easyfocus

avaloniaui csharp entity-framework mvvm-architecture reactiveui

Last synced: 3 months ago
JSON representation

A cross-platform productivity app.

Awesome Lists containing this project

README

        

# EasyFocus

[![Build Status](https://github.com/dpieve/EasyFocus/actions/workflows/build.yml/badge.svg)](https://github.com/dpieve/EasyFocus/actions/workflows/build.yml)

EasyFocus is a cross-platform productivity application designed to help you focus using the pomodoro technique.

The application is built with C# and [AvaloniaUI](https://avaloniaui.net/).

> "To help me stay focused and productive while working from home, I built the EasyFocus app.
A tool that tracks time, respects privacy and lets me easily see what I’ve accomplished." - dpieve.

Check it out: [dpieve.github.io/EasyFocus/](https://dpieve.github.io/EasyFocus/)

## Features

* **Custom Tags**: Create and manage your own tags to categorize your focus sessions, such as Work, Study, or any other activity.
* **Timer Configuration**: Set up and customize your timers.
* **Notifications**: Enable or disable notifications for your sessions to suit your preference.
* **Stats**: Visualize your progress over time.

## Installation

For installation instructions and usage documentation, please visit our [page](https://dpieve.github.io/EasyFocus/).

## Build

1) Clone the repository.

```bash
git clone https://github.com/dpieve/EasyFocus.git
cd EasyFocus
```

2) Open the solution (.sln).

3) Select the Startup Project.

4) Build and Run.

## Contributions

Feel free to open an [issue](https://github.com/dpieve/EasyFocus/issues) or a Pull Request.

Read the `CONTRIBUTION.MD` for more details.