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 mvvm-architecture reactiveui

Last synced: about 1 month 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 [here](https://dpieve.github.io/EasyFocus/info.html).

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

## Documentation

For instructions, please visit our [page](https://dpieve.github.io/EasyFocus/info.html).

## 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 [contributing](https://github.com/dpieve/EasyFocus/blob/main/CONTRIBUTING.md) for more details.