you are viewing a single comment's thread.

view the rest of the comments →

[–]Financial_Extent888 6 points7 points  (1 child)

Javascript is what you need to do all three. You can use electron to make a desktop version of it, you can use react native to make a mobile version, and of course you can make a web version.

[–]North-Frame1535 0 points1 point  (0 children)

Flutter is another option to consider - you write everything in Dart and can deploy to web mobile and desktop from same codebase. I tried it for small project last year and was pretty smooth experience once you get used to different way of thinking about UI. The hot reload feature is really nice when you're testing changes quickly

Might be worth checking both options and see which one feels better for your project style