Profile card interface showing a user avatar, multiple cryptocurrency tabs, a generated QR code, and live market statistics

Crypto Donation Profile Card

This is a Vue Crypto Donation Profile Card. It consolidates multiple cryptocurrency wallet addresses into a single, scannable, and copyable interface. Its function is to streamline the donation process for content creators, automatically generating QR codes for specific wallets while fetching and displaying real-time market statistics for the selected coin. (Requires: Vue)

Technologies:
HTML SCSS JavaScript
Difficulty:Intermediate
Browser Support (as of Mar 2026):
Chrome Chrome 58+ Edge Edge 79+ Firefox Firefox 54+ Safari Safari 10+
Features:
Live API FetchQR Code GenerationClipboard IntegrationTabbed Interface
Code by: Rainner Lins Rainner Lins
License: MIT
Dark themed UI with glassmorphism panels displaying vibrant color swatches, sliders for HSL adjustment, and accessibility contrast badges.

Glassmorphic HSL Color Palette Generator

This Glassmorphic HSL Color Palette Generator is a production-grade design tool that combines advanced color theory logic with a modern, translucent UI. Unlike simple randomizers, it uses HSL (Hue, Saturation, Lightness) mathematics to generate mathematically harmonious schemes (Analogous, Triadic, Split-Complementary) while simultaneously calculating WCAG accessibility ratios in real-time. (Requires: Tailwind CSS)

Technologies:
HTML CSS JavaScript
Difficulty:Advanced
Browser Support (as of Jan 2026):
Chrome Chrome 111+ Edge Edge 111+ Safari Safari 16.2+ Firefox Firefox 113+
Features:
WCAG Contrast CheckHSL Harmony EngineLocal Storage StateCSS/JSON ExportGlassmorphism UI
Code by: Oathan Rex Oathan Rex
License: MIT
Neumorphic Color Palette with Sound

Neumorphic Color Palette with Sound

This interactive color palette collection utilizes JavaScript’s getComputedStyle and execCommand('copy') to extract RGB values from CSS-defined elements, convert them to HEX, and copy to clipboard. The neumorphic design is achieved through complex box-shadow properties that create extruded shapes, while click handlers trigger a full-screen toast notification (show class) that displays the copied value with dramatic typography and audio feedback.

Random Password Generator

Random Password Generator

This password generator combines advanced UI/UX: a custom range slider with dynamic filling (linear-gradient in JS) and pure CSS-styled checkboxes. The technical core utilizes window.crypto.getRandomValues for more cryptographically secure number generation.

See the Pen Random Password Generator.