Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 849 Bytes

File metadata and controls

22 lines (17 loc) · 849 Bytes

StickyNotes

A bare bones sticky note implementation written in .NET Core.

Features

  • Ability to create, delete, colour, and re-arrange sticky notes.
  • Notes are alt-tabbable.
  • Automated daily backup and restoration in case of corrupt data.
    • Notes are only saved locally.
  • Taskbar icon to access useful functions such as recovering notes lost off screen.
  • Ahead-of-Time (AOT) compatible.

Screenshots

StickyNotes Window

StickNotes Task Bar Icon

Dependencies