How to create a interactive menu in #console app using #csharp
📁 Source code: https://github.com/ricardogerbaudo/Co...
00:00 — Welcome
00:24 — Creating a new console project
01:30 — Opening the project in Visual Studio Code
01:56 — Adding VS Code build and debug assets to the project
02:20 — Displaying the title in the console coloured in cyan
03:23 — Displaying the instruction message in the console
04:19 — Adding emojis to the instruction message
04:49 — Displaying the options in the console
05:47 — Adding a line break before the message
06:15 — Adding the emoji for the selected option
06:52 — Aligning the options
08:16 — Using Foreground Color Codes
09:18 — Embedding the color code in the string
10:23 — Embedding the reset code in the string
12:39 — Adding the interactive logic to the menu