
MyFlo.me
Tech Used
-
Vue 3
Vue a progressive javascript framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects.
-
Typescript
Typescript is a statically typed superset of JavaScript that compiles to plain JavaScript. It is a tool to help catch errors early in the development process.
-
IndexedDB
IndexedDB is a low-level API for client-side storage of significant amounts of structured data. Data is stored only on the local device, and is not shared in a cloud database. This privacy protection was critical for the MyFlo project.