This is an app launcher written in ReactJS as a PWA
Apps
- workout app
- hacker news reader
Everytime you push micropython code into the monocle it uses up ram/storage on the monocle.
Eventually the monocle will reboot itself.
Ideally you design your apps where they are not tied to the phone (except say for data transfer). So that you don't continuously push micropython code into the monocle, that's not a bad thing but you can optimize your apps by planning the design around static python code vs. dynamically generated by JS.
I'm building on top of the bluetooth via JS capability (Chrome) provided by this library.