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.
- 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-03-31T20:17:54.000Z (3 months ago)
- Last Synced: 2025-03-31T20:24:50.427Z (3 months ago)
- Topics: avaloniaui, csharp, entity-framework, mvvm-architecture, reactiveui
- Language: C#
- Homepage: https://dpieve.github.io/EasyFocus/
- Size: 41.3 MB
- Stars: 4
- 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: [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.
## ContributionsFeel free to open an [issue](https://github.com/dpieve/EasyFocus/issues) or a Pull Request.
Read the `CONTRIBUTION.MD` for more details.