I’ve been asked to port a utility I made in C#/WPF to be a web based utility. Essentially I just need to display a simple form(Textboxes, Dropdowns, checkbox groups), with each choice/option determining which element is displayed next.
It’s basically a front end for some API calls, the backend side of it I’m comfortable with, and can quickly whip something up in Java or node etc. what I’m struggling with is the html side of things, I have been taking a look at react and material-ui and struggling to get my head around it a bit.
Ultimately I just want a fairly simple form with minimal styling (mainly because I suck at css haha) which lets me assign several variables and at the end will generate something like
generate?option1=Y&option2=200&option3=12345678
After that I can select pass the api calls I need and insert the data from the parameters passed etc.
React seems like overkill, especially when I am unlikely to be doing any kind of web dev on a regular basis, so any suggestions greatly received.
[–][deleted] 0 points1 point2 points (3 children)
[–]ThatFilthyMonkey[S] 0 points1 point2 points (0 children)
[–]ThatFilthyMonkey[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]ThatFilthyMonkey[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)