Skip to content

This is a web app to generate GUIDs. I have used Blazor to develop the web app and deployed using Azure Static Web Apps offering.

Notifications You must be signed in to change notification settings

ajalex114/guid-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure Static Web Apps CI/CD

GuidGen

GuidGen is a web app used to generate GUIDs.

Using the platform, one can generate any number of GUIDs.

How does it work

The web app is developed using Blazor. Using Web Assembly technology, it runs native C# code in the browser.
Every time the user clicks on Generate GUID button, it executes the C# code GUID.NewGuid().
This is then deployed using Azure Static Web Apps offering.
Every time a change is made, a new workflow is executed in Github Actions.
This deploys the changes to Azure Static Web Apps.

About

This is a web app to generate GUIDs. I have used Blazor to develop the web app and deployed using Azure Static Web Apps offering.

Topics

Resources

Stars

Watchers

Forks