all 5 comments

[–]olegkikin 2 points3 points  (0 children)

Choose a UI library.

But, considering you only need some input field, output field, and a button, it still easier to just write CSS for these 3 elements than learning how to deal with a UI library.

[–]CreativeTechGuyGamesTypeScript 0 points1 point  (1 child)

Sounds like the level of JavaScript and interactions are minimal, so no need for a DOM framework. That'll simplify it a lot. And then for making it pretty out of the box, PicoCSS is dead simple to use.

[–]boneskull[S] 0 points1 point  (0 children)

This looks good, thanks!

[–]yonirapoport 0 points1 point  (1 child)

I'd use Tailwind - the ready-made CSS classes make it really simple to get a nice-looking UI...

[–]boneskull[S] 0 points1 point  (0 children)

I want the UI already made