- 👨💻 I am FullStack Developer and UI Designer.
- 🌱 Currently studying: SQL and Docker.
- 💙 "my goal is always to want to evolve".
- 💻 See my portfolio site Portifolio
- 💼 Connect with me on the LinkedIn.
- 📷 Follow-me in Instagram.
<template>
<svg viewBox="25 25 50 50">
<circle cx="50" cy="50" r="20"></circle>
</svg>
</template>
const formatCurrency = (value) => {
return value.toLocaleString('pt-BR', {
style: 'currency',
currency: 'BRL'
})