πŸ’š Made a social good calculator for calculating long term healthcare costs in Singapore - https://codepen.io/jasonleow/full/PoNZVZJ

Learned so much from this
- how to use Math method and variables in Vue's computed properties to make that calculation,
- how to structure, name and apply v-model.number for instant 2-way data binding that shows the calculation immediately,
- writing the markup for the forms and values so that the calculation is right

Thinking where I should host this next - on Carrd, or Netlify, or....