Skip to content

Instantly share code, notes, and snippets.

View enzojs07's full-sized avatar
🎯
Focusing

enzo enzojs07

🎯
Focusing
View GitHub Profile
/* app.js - lógica do site Tech Revive (local simulation) */
/* ---------- Utilitários ---------- */
const $ = sel => document.querySelector(sel);
const $$ = sel => Array.from(document.querySelectorAll(sel));
const money = v => 'R$ ' + v.toFixed(2).replace('.', ',');
const uid = () => 'TR-' + new Date().toISOString().slice(0, 10).replace(/-/g, '') + '-' + Math.floor(Math.random() * 9000 + 1000);
/* ---------- Dados iniciais ---------- */
const sampleProducts = [