HACKER Q&A
📣 andrewstuart

How to build the simplest of websites that works on all mobile sizes?


I want to build a very simple web app with only one or two simple forms, but I dread the task of trying to make it look readable on the vast array of mobile devices and screen resolutions.

Is there any solution to this? Is there any front end framework that specifically makes it easy to build something that looks OK on most mobile devices/resolutions.

I use bootstrap 4 but that's not really a complete answer is it?


  👤 sethc2 Accepted Answer ✓
That’s a good question. Combining bootstrap with create react app is probably the quickest way I would think about doing it, so I’d like to see what other people think too.

I’m curious if flutter2 has good support for building responsive designs. Anyone reading this know?


👤 sedocmiv
Could adding a google form to the site work for you? It's fairly straight forward to trigger JS script to onSubmit form action plus the sheet doubles as a database.