Skip to content

CodingWithDavid/BlazorSoundBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Sound Board

This is a fun little Blazor application that will show how to play a sound from a Blazor app.

by David Gallivan

Why

No real reason on why to build this except to have a little bit of fun

Getting Started

  1. Clone this repository

    git clone https://github.com/CodingWithDavid/BlazorSoundBoard
    cd BlazorSoundBoard
  2. Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions b. With Visual Code you will need to install the Blazor extensions

  3. Press F5

What's in the App

  1. Selecting an element by Id in an attribute on event
  2. Utilizing the onblur event. That even does not get used very often.
  3. Showing how to play a sound from with in a Blazor Application.

See live demo

Problems or Suggestions

Open an issue here

Thank You

Resources

About

Demo on how to play sounds from a Blazor application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published