Build a Code Snippet Web App with Next.js and FaunaDB

While programming, developers encounter problems requiring code reuse, leading to repetitive programming that can be time-wasting and reduces productivity. This gives rise to the need for reusable source code called “code snippets”. These snippets prevent … more Read More

Add,Update,List Products with VueJs

intro Add,Update,List Products with VueJs Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint Customize configuration See Configuration … more Read More

A Simple Twemoji Selector with vue.js

SI-GRENOBLE INSTALL npm install si-grenoble View Demo View Github SETUP SI-GRENOBLE は TailwindCSS のスタイルを利用していますが、スタイルを提供はしていません。 利用する場合は TailwindCSS をインストールし、 tailwind.config.js に以下を追加してください。 module.exports = { purge: { safelist: [ “flex”, “flex-col”, … more Read More

Currency Converter with Vue JS

conversor Conversor de moedas com Vue JS . Projeto desenvolvido acompanhando vídeo do canal Programador BR. Image: Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints … more Read More