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.
- Host: GitHub
- URL: https://github.com/dpieve/EasyFocus
- Owner: dpieve
- License: mit
- Created: 2024-08-14T13:41:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T11:11:34.000Z (about 2 months ago)
- Last Synced: 2025-05-05T12:27:31.999Z (about 2 months ago)
- Topics: avaloniaui, csharp, mvvm-architecture, reactiveui
- Language: C#
- Homepage: https://www.easy-focus.app/
- Size: 45.6 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# EasyFocus
[](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.
## ContributionsFeel 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.