Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 804 Bytes

File metadata and controls

36 lines (23 loc) · 804 Bytes

WindyNote

A simple and elegant note-taking application built with WinUI 3 and Windows App SDK.

Features

  • Create, edit, and delete notes
  • Notes are automatically saved to local storage
  • Clean and modern user interface following Windows 11 design guidelines
  • Support for x86, x64, and ARM64 platforms

Requirements

  • Windows 10 version 1809 (build 17763) or later
  • .NET 8.0 Runtime

Technology Stack

  • Framework: WinUI 3 (Windows App SDK 1.8)
  • Language: C#
  • Runtime: .NET 8.0
  • Architecture: MVVM pattern

Building

  1. Clone the repository
  2. Open WinUINotes.sln in Visual Studio 2022 or later
  3. Build and run the project

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

Author

Shihao Shen