This is the .NET MAUI accelerator that could be utilised for any MAUI projects. The app basically includes the features such that
- Feature-based app architecture
- Mvvm best practices with CommunityToolkit.Mvvm
- Sign in with username and password
- Persist the login
- Hamburger menu navigation
- Custom loading indicator
- Implements the fontAwesome
- Integrate with the dummy api
- Sqlite for Todo item
- Segmented control
- Unit tests with xUnit and Moq
- Download the source codes and open up .sln file in your preferred IDE (Visual Studio/Rider is recommended)
- The app will require .NET 8 and MAUI to be installed
- Build the solution and target your desired platform (iOS or Android)
- Dummy api auth endpoint (https://dummyjson.com/docs/auth)
- Login users should be available on https://dummyjson.com/users
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: