An open API service indexing awesome lists of open source software.

https://github.com/amdzy/todolist.avalonia

ToDoList.Avalonia is a straightforward to-do list application developed using Avalonia UI and following the MVVM pattern.
https://github.com/amdzy/todolist.avalonia

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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**:

```bash
git clone https://github.com/amdzy/ToDoList.Avalonia.git
```

2. **Navigate to the Directory**:

```bash
cd ToDoList.Avalonia
```

4. **Install Dependencies**:

```bash
dotnet restore
```

4. **Run the Application**:

```bash
dotnet run
```

## License

This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).