trevoirwilliams / CarListApp.Maui

A .NET MAUI Application designed to show the fundamentals of app creation, including an SQLite database

Home Page:https://www.udemy.com/course/net-maui-mobile-app-development/?referralCode=A56083F1D67F21799FBB&couponCode=APRIL2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CarListApp.Maui

This is an educational project for the Udemy course called .NET MAUI Mobile App Development that allows users to manage a list of cars. The project contains a minimal API project and a .NET MAUI project. There are no API keys needed for this project.

The app uses an SQLite database to store the car data. This project also features a Minimal API example and shows how to integrate a mobile app with an API.

Features

  • Add, edit, and delete cars from the list
  • View detailed information about each car, such as make, model, and year
  • Import car data from APIs
  • User authenticaiton and authorization
  • JWT protection for mobile app
  • Cross-platform mobile app

Technologies Used

  • .NET Maui
  • SQLite
  • Ef Core
  • .NET Core minimal API

Getting Started

To get started with the app, you will need to clone this repository to your local machine: git clone https://github.com/trevoirwilliams/CarListApp.Maui.git

Then, open the solution file (CarListApp.Maui.sln) in Visual Studio and build the solution. The app should launch automatically in the emulator.

Contributing

If you would like to contribute to the development of this app, please feel free to submit a pull request. Make sure to follow the contribution guidelines when submitting your changes.

License

This app is licensed under the MIT License. See the LICENSE file for more information.

About

A .NET MAUI Application designed to show the fundamentals of app creation, including an SQLite database

https://www.udemy.com/course/net-maui-mobile-app-development/?referralCode=A56083F1D67F21799FBB&couponCode=APRIL2023


Languages

Language:C# 100.0%