Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 962 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 962 Bytes

Qml.Net.TodoApp | Build Status

A simple todo app written using Qml.Net.

Running the app

  1. Clone this repo
  2. Open TodoApp.sln
  3. Set TodoApp.FrontEnd as startup project
  4. Hit F5

TodoApp.FrontEnd

Project that provides a user interface. Containing controllers and views (written in QML).

TodoApp.Infrastructure

Responsible for maintaining and communicating with the Sqlite database for storage.

TodoApp.Core

Containing all logic.

Related projects

  • Qml.Net - Qt/QML integration/support for .NET
  • Qml.Net.Examples - Example projects for Qml.Net
  • Qml.Net.Chat - Simple client-server chat application written with SignalR Core and Qml.Net