Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.32 KB

Introduction

This is the .NET MAUI accelerator that could be utilised for any MAUI projects. The app basically includes the features such that

  1. Feature-based app architecture
  2. Mvvm best practices with CommunityToolkit.Mvvm
  3. Sign in with username and password
  4. Persist the login
  5. Hamburger menu navigation
  6. Custom loading indicator
  7. Implements the fontAwesome
  8. Integrate with the dummy api
  9. Sqlite for Todo item
  10. Segmented control
  11. Unit tests with xUnit and Moq

Getting Started

Build and Test

  1. Download the source codes and open up .sln file in your preferred IDE (Visual Studio/Rider is recommended)
  2. The app will require .NET 8 and MAUI to be installed
  3. Build the solution and target your desired platform (iOS or Android)
  4. Dummy api auth endpoint (https://dummyjson.com/docs/auth)
  5. 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: