LegoYoda112 / py-calc

a live calculator based on python, needs a better name
0 stars 1 forks source link

Convert to electron app #2

Open LegoYoda112 opened 1 year ago

LegoYoda112 commented 1 year ago

What it says on the tin.

Current issues with app that should be fixed with this:

LegoYoda112 commented 1 year ago

I think we should split out desktop / mobile / web implementation. (mobile will probably be much closer to web though). I'm leaning towards electron for desktop and react for mobile.

Python parser would be the same, just how it's called and some UI tweaks. Main challenge is running python client-side on a webapp/react.