Skip to content

Software-Engineering-Red/MAUI-APP

Repository files navigation

UNDAC Manager - Maui App

This project is a Maui App application that provides a user interface to manage database tables, including CRUD (Create, Read, Update, Delete) operations.

Table of Contents

Features

  • Database Connection: Connects to a SQLite database stored locally.
  • Dynamic Table Selection: Allows users to select from available tables.
  • CRUD Operations:
    • Create: Add records to a selected table.
    • Read: View records of a selected table.
    • Update: Modify existing records.
    • Delete: Remove records.
  • CRUD Testing: A feature to test CRUD operations on the selected table.
  • Modern UI: Uses frames, buttons, and lists for an engaging experience.

Installation

Prerequisites

  • Visual Studio 2022 with .NET MAUI workload installed.
  • .NET SDK 6.0 or higher.

Steps

  1. Clone the Repository:
    git clone https://github.com/yourusername/DatabaseManager-MauiApp.git
  2. Open in Visual Studio: Navigate to the directory and open DatabaseManager-MauiApp.sln.
  3. Build and Run: Press F5 to build and run the application.

Usage

  1. Start the Application: Launch the DatabaseManager-MauiApp from Visual Studio or the compiled executable.
  2. Select a Table: Use the dropdown to choose from the available tables.
  3. Manage Records:
    • Add a new record using the Add Record button.
    • Select a record from the list to update or delete.
    • Update the selected record's content and press Update Record.
    • Delete the selected record by pressing Delete Record.
  4. Test CRUD Operations: Use the Test CRUD Operations button to test the CRUD functionalities. It inserts a record, updates it, and finally deletes it. You'll receive messages indicating the success or failure of each step.

Contributing

  1. Fork the Repository: On GitHub, navigate to the main page of the repository and click on the 'Fork' button.
  2. Clone Your Fork:
    git clone https://github.com/yourusername/DatabaseManager-MauiApp.git
  3. Make Changes: Implement your feature or bug fix.
  4. Commit and Push:
    
    git add .
    git commit -m "Your detailed commit message"
    git push origin your-branch
            
  5. Open a Pull Request: Navigate to the original repository on GitHub. Click on New Pull Request and select your fork.

License

This project is licensed under the MIT License. See LICENSE.md for more details.


By @justinwylie033

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages