ARTICLE AD BOX
I am attempting to build a portfolio website for a selection of console applications ive written in c#.
What I would like, is to have a terminal on the page allowing for user input which then gets handled by the program, with output being passed back to the terminal. Think of the terminal in vscode but as a widget on a webpage.
I know that Ill have to have the program hosted somewhere then accessed by the page, Im just not sure where to start.
Im still early on in my dev journey so if you could slightly dumb down the answers for me it would be immensely appreciated :)
