Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronhedwigzape/simpletodo
A simple to-do mobile app using .NET MAUI C# with SQLite
https://github.com/ronhedwigzape/simpletodo
csharp dotnet-maui sqlite
Last synced: about 2 months ago
JSON representation
A simple to-do mobile app using .NET MAUI C# with SQLite
- Host: GitHub
- URL: https://github.com/ronhedwigzape/simpletodo
- Owner: ronhedwigzape
- Created: 2023-10-20T05:02:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-23T11:51:09.000Z (about 1 year ago)
- Last Synced: 2024-11-09T07:15:57.258Z (3 months ago)
- Topics: csharp, dotnet-maui, sqlite
- Language: C#
- Homepage:
- Size: 62.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleTodo - A Minimalistic To-Do Mobile App
SimpleTodo is a straightforward to-do list mobile app built using .NET MAUI and C#. It utilizes SQLite for data storage, making it easy to manage your tasks on the go.## App Preview
![]()
![]()
![]()
## Setup Instructions
To get started with SimpleTodo, follow these steps:### 1. Install Visual Studio Community 2022
Ensure that you have Visual Studio Community 2022 installed on your development machine. You can download it from the official website: [Visual Studio Community 2022](https://visualstudio.microsoft.com/downloads/).### 2. Prepare Your Android Device
Before running the app on your Android device, make sure to:- Enable Developer Options on your Android device. You can do this by going to "Settings" > "About Phone" > "Software Information" and tapping on the "Build Number" multiple times until Developer Options are enabled.
- Within Developer Options, enable "USB Debugging." This will allow you to deploy and test the app from Visual Studio.
- Set your Android device to "Transfer files / Android Auto" mode for better compatibility with Visual Studio.
### 3. Build and Run the App
Once your development environment is set up, follow these steps to run the SimpleTodo app:- Launch Visual Studio Community 2022.
- Open the SimpleTodo project in Visual Studio.
- Connect your Android device to your computer via USB.
- Select your Android device from the available device options.
- Click the "Play" button or use the keyboard shortcut (F5) to build and deploy the app to your Android device.
- Now, you should see the SimpleTodo app running on your Android device, allowing you to manage your to-do list with ease.
If you encounter any issues or have feedback about the app, feel free to [report them on GitHub](https://github.com/ronhedwigzape/SimpleTodo) or reach out to the developer.
Happy task management with SimpleTodo!