Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreamerchaserhah/avadone-ia
A simple todo list application based using C# .NET and Avalonia
https://github.com/dreamerchaserhah/avadone-ia
avalonia desktop-app gui-application
Last synced: 4 months ago
JSON representation
A simple todo list application based using C# .NET and Avalonia
- Host: GitHub
- URL: https://github.com/dreamerchaserhah/avadone-ia
- Owner: DreamerChaserHAH
- Archived: true
- Created: 2024-02-15T19:01:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-05-10T16:03:30.000Z (8 months ago)
- Last Synced: 2024-09-27T05:21:37.605Z (4 months ago)
- Topics: avalonia, desktop-app, gui-application
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AvaDone-ia
Do you feel that your are being
overwhelmed by the amount of tasks you have to do?
forgetful of doing things that you asked yourself to do a few hours ago?**WAIT, NO LONGER**
Introducing to you this particular OSS todo list app made by US. It provides features every other todo list app offer, but WHICH IS ALSO WHY, it could be a drop-in replacement for every other todo list application you are getting bored of since you are getting used to its interface.
Since it is built with Avalonia, it can run seamlessly on any platforms that you choose it to run
Windows User? -> *YES*
Linux Nerd? -> Ya
Mac RK? -> ":nod:"
Android Phone -> **JUST DOWNLOAD IT**
IOS -> **WHAT ARE YOU WAITING FOR**## Build Instructions
First, make sure you have dotnet 8.0 SDK, and Avalonia installed.
If you do not have Avalonia installed, you can install it via this command:
```
dotnet new install Avalonia.Templates
```To debug, you can run this:
```
dotnet run --project Avadone-ia.Presentation
```