Skip to content

A simple checklist application for macOS and Windows. It serves as an example for building cross-platform applications with Avalonia and C#

Notifications You must be signed in to change notification settings

RolandKoenig/RKCheckList

Repository files navigation

RK CheckList

RK CheckList is simple checklist application for macOS and Windows. It serves as an example for building cross-platform applications with Avalonia and C#.

RK CheckList implements two use cases:

  • Open an existing *.rkCheckList file, view it and let user check items
  • Open the application and then load a *.rkCheckList file. Then view it, let user check items

There is no save functionality at all

*.rkCheckList files are written in yaml format like:

title: "Sample"
items:
  - text: "The first sample item"
  - text: "The second sample item, which is less important"
  - text: "The third sample item"

Screenshots

macOS

Windows

Project is based on...

RK CheckList is based on .NET 8 and meant to be cross-platform.

The project is based on following technologies / projects:

About

A simple checklist application for macOS and Windows. It serves as an example for building cross-platform applications with Avalonia and C#

Topics

Resources

Stars

Watchers

Forks