https://github.com/stefangansevles/remindme
Reminds you of events with an un-missasble pop-up on your screen(provided you are at your computer, of course)
https://github.com/stefangansevles/remindme
c-sharp calendar calendar-events desktop-caldendar diary monitor office office-tools organizers popup reminder remindme windows windowsforms winforms
Last synced: 10 months ago
JSON representation
Reminds you of events with an un-missasble pop-up on your screen(provided you are at your computer, of course)
- Host: GitHub
- URL: https://github.com/stefangansevles/remindme
- Owner: Stefangansevles
- License: mit
- Created: 2017-04-14T22:34:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T07:50:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T22:38:12.564Z (about 1 year ago)
- Topics: c-sharp, calendar, calendar-events, desktop-caldendar, diary, monitor, office, office-tools, organizers, popup, reminder, remindme, windows, windowsforms, winforms
- Language: C#
- Homepage:
- Size: 1.55 GB
- Stars: 82
- Watchers: 4
- Forks: 16
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RemindMe

# Create your own theme!
Dont like the default color theme (dark-red) ? create your own!

RemindMe is a windows desktop application that will notify you of events that you created using this application. RemindMe will create a popup on the middle of the monitor you have your mouse cursor on(if you have multiple monitors). The popup will always be on top(Can be changed in the settings)so that you will never miss it if you are on your computer/laptop at the time the reminder pops up
# Did you know?
1) RemindMe can also be used to set quick timers, for example 1 hour, 5 minutes, etc. [Take a look how](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Use%20RemindMe.md#did-you-know--timers)
2) RemindMe can create Advanced Reminders which opens up the possibility to **execute batch code** when the reminder pops up! I'll leave the possibilities with that up to you ;) [Take a look how](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Advanced%20Reminders.md#2-windows-batch-script-code)
3) RemindMe can create Advanced **conditional** Reminders which ping an API to evaluate 1, or more conditions! [Click here to read more](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Advanced%20Reminders.md#1-api-support)
You can install RemindMe by downloading the installer and running it. ([SetupRemindMe.msi](https://github.com/Stefangansevles/RemindMe/blob/master/SetupRemindMe.msi))
RemindMe lurks in the windows system tray and will not show itself until you double click the icon, or right click it and select show RemindMe

You can also exit RemindMe this way
# How do i use RemindMe ?
For a step-by-step guide with images, [click here](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Use%20RemindMe.md)
# Your input is welcomed
Found a problem with RemindMe, or do you have a good idea? Feel free to [post this here](https://github.com/Stefangansevles/RemindMe/issues)
If you want to clone RemindMe and run it yourself, take a look at [the how-to](https://github.com/Stefangansevles/RemindMe/blob/master/How%20to%20Run%20RemindMe%20locally.md)
--------------------------------------------------------------------------------------------------------------------------------------
Written in: C# - Windows Forms
Uses:
SQLite
Entity Framework
[MaterialSkin (used for UI)](https://github.com/IgnaceMaes/MaterialSkin) by IgnaceMaes and upgraded by donaldsteele and leocb. These guys are awesome for making this library!
[Bunifu Framework (Used for some controls)](https://bunifuframework.com/)
[icons8 (used for some icons)](https://icons8.com)