Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luzefiru/maui-sign-up-page
- Owner: Luzefiru
- Created: 2024-02-21T01:06:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T11:28:22.000Z (11 months ago)
- Last Synced: 2024-11-09T20:12:54.276Z (3 months ago)
- Language: C#
- Size: 597 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
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