amdzy / ToDoList.Avalonia

ToDoList.Avalonia is a straightforward to-do list application developed using Avalonia UI and following the MVVM pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDoList.Avalonia

ToDoList.Avalonia is a straightforward to-do list application developed using Avalonia UI and following the Model-View-ViewModel (MVVM) pattern. This application provides a clean and intuitive user interface for managing tasks efficiently.

Features

  • User-Friendly Interface: The application offers an easy-to-use interface for adding, and removing tasks.
  • Persistent Storage: Tasks are saved locally, ensuring that your to-do list is available even after restarting the application.
  • MVVM Architecture: Utilizes the Model-View-ViewModel pattern for a clear and maintainable code structure.

Getting Started

To run ToDoList.Avalonia on your local machine, follow these steps:

  1. Clone the Repository:
 git clone https://github.com/amdzy/ToDoList.Avalonia.git
  1. Navigate to the Directory:
  cd ToDoList.Avalonia
  1. Install Dependencies:
 dotnet restore
  1. Run the Application:
 dotnet run

License

This project is licensed under the MIT License.

About

ToDoList.Avalonia is a straightforward to-do list application developed using Avalonia UI and following the MVVM pattern.


Languages

Language:C# 93.4%Language:Makefile 6.6%