Skip to content

bryanhpchiang/bl-monocle-reactjs-pwa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is an app launcher written in ReactJS as a PWA

Apps

  • workout app
  • hacker news reader

Demo video

youtube thumbnail

Note memory

Everytime you push micropython code into the monocle it uses up ram/storage on the monocle.

Eventually the monocle will reboot itself.

Note about state

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.

JS to micropython/monocle

I'm building on top of the bluetooth via JS capability (Chrome) provided by this library.

About

An app that extends the bluetooth comms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • CSS 6.7%
  • HTML 4.4%