This program is built by following this Youtube Playlist.
As the description states, it is written in C#, using the MAUI GUI Framework. The purpose of doing so, is to get hands-on with C# and GUI-development with .NET MAUI. The idea of making a single C# codebase while being able to distribute it to multiple platforms, is appealing to say the least.
And as I have had my fair share of experiences with poorly designed GUIs, I want to learn how to make them properly and perhaps even contribute to the market when I graduated and get a job within the field of Computer Science.
The purpose is to built a To-do List application that supports multiple To-do's and contains a DetailsPage for each To-Do list task, as there's no real beautiful and well-working To-Do App on the AppStore - so why not make my own?
What can the user do:
Addorremovetasks to the To-Do listAdd detailsto each task in the To-Do list (through a text editing box)
What can't the user do:
CreateorremoveTo-Do listsEditexisting tasks- Conquer the world
This is my first time writing anything in C# and it may therefore be prone to ugly code. Suggestions are welcome.