Pop! is a desktop application built with Avalonia UI that helps you stay motivated and focused by displaying periodic pop-up notifications with custom messages.
- Custom Messages: Enter your own motivational sentences or reminders.
- Customizable Intervals: Set the time interval between pop-ups.
- System Tray Integration: Runs quietly in the background with a system tray icon.
- Minimalistic UI: Simple and easy-to-use interface.
- .NET 6.0 SDK or later
- Avalonia UI framework
- Clone the repository:
git clone https://github.com/mohamed-adel-alsayed/Pop.git
- Navigate to the project directory:
cd Pop
- Build the project:
dotnet build
- Run the application:
dotnet run
- Launch the application.
- Enter your sentences in the text box, separating each with a semicolon (;).
- Set the interval for pop-ups in minutes.
- Click the "Save" button to start receiving notifications.
- Minimize the window to let it run in the background.
- Access the application from the system tray icon.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
- Avalonia UI for the cross-platform UI framework.
- MsBox.Avalonia for message box functionality.
If you encounter any issues or have questions, please file an issue on the GitHub repository.