/WatchUsBuild-CSharpSinger

Create a Karaoke application using what you've learned in Try C# and Keeping it Classy with C#.

Primary LanguageC#

WatchUsBuild-CSharpSinger

Create a Karaoke application using what you've learned in Try C# and Keeping it Classy with C#.

How to run this project

To run this code, just clone the repo and make sure you've got the following installed:

  1. An IDE or text editor (like Visual Studio Code which is what I used to update this project)
  2. .NET Core, which you can directly from Microsoft's .NET Core download page
  3. If you're running from command line, goto to the project's root directory and type dotnet restore first, and then dotnet run to build and run the application