I'm mostly working with backend development in .net, but I need implementing web UI (+ possibly mobile app) for my pet project. Can someone "list" possible ways to do it? Maybe something about no code framework? I didn't find such stuff for .net eco system. NOTE: I can work with asp.net in general, but it looks overkill for me given it's only for pet project.
These are all the different UI frameworks available in .net ecosystem:
I recommend you to use razor pages, It's great for small projects, easy to learn, and super clean syntax.
If you prefer to have a SPA application, try out Blazor server side.
Links :
If you're not familiar with html/css, use a css framework, like bootstrap