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.
- Host: GitHub
- URL: https://github.com/amdzy/todolist.avalonia
- Owner: amdzy
- Created: 2024-02-16T12:33:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:45:33.000Z (about 1 year ago)
- Last Synced: 2025-01-22T02:28:43.428Z (5 months ago)
- Language: C#
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).