Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luzefiru/maui-sign-up-page

A simple sign-up page using .NET MAUI Layouts and Controls.
https://github.com/luzefiru/maui-sign-up-page

Last synced: 19 days ago
JSON representation

A simple sign-up page using .NET MAUI Layouts and Controls.

Awesome Lists containing this project

README

        

# maui-sign-up-page
A simple sign-up page using .NET MAUI Layouts and Controls.

## Prerequisites

- Visual Studio 2022
- [Hyper V](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v) enabled
- enable [hardware acceleration on Hyper V](https://learn.microsoft.com/en-us/dotnet/maui/android/emulator/hardware-acceleration?view=net-maui-8.0) if the emulator is too slow

## Usage

1. Open Visual Studio
2. Select *"Clone a Repository"* with `https://github.com/Luzefiru/maui-sign-up-page.git` as the input.
3. Double click the `SignUpPage.sln` inside the Solution Explorer (the file explorer) via CTRL + ALT + L.
4. Continue from [Step 5 in this Microsoft Learn Tutorial](https://learn.microsoft.com/en-us/dotnet/maui/get-started/first-app?view=net-maui-8.0&tabs=vswin&pivots=devices-android).

## Specification

- [x] Image for the logo.
- [x] Entries for first name, last name, username, password & confirm password.
- [x] Each entry should have its appropriate keyboard.
- [x] No less than 3 colors for the entire page.
- [x] Link for when an account exists. (Doesn’t need to be working).
- [x] Sign-up button. (Doesn’t need to be working).

## Design Mockup

> [!Tip]
> For a full list of the screens, check `/docs/design`.

![](../docs/design/showcase.png)

## Contributors