Code Snippets
10 SnippetsInteractive code examples with live preview. Edit and experiment.
CSS Grid Layout
Interactive CSS grid demo with live preview. Learn grid-template-columns, gap, and alignment.
Flexbox Centering Techniques
Different ways to center elements with flexbox. Horizontal, vertical, and both axes.
JavaScript Array Methods
Explore map, filter, reduce, and other essential array methods with live examples.
Async/Await Patterns
Promise handling, error catching, and parallel execution patterns in JavaScript.
React useState Hook
Counter, toggle, and form state examples demonstrating the useState hook.
Building Custom Hooks
Learn to build reusable custom hooks: useLocalStorage and useDebounce.
CSS Animations & Transitions
Keyframes, transforms, and hover effects with pure CSS animations.
TypeScript Generics
Generic functions, constraints, and utility types in TypeScript.
DOM Manipulation
querySelector, event listeners, and dynamic element creation in vanilla JavaScript.
Glassmorphism Effect
Create beautiful glass morphism cards with backdrop-filter and CSS.