Tag: Vanilla JS
-
Claude AI Skills Every Frontend Developer Should Know & Master
A deep, practical guide to using Claude AI as a frontend developer — from smarter prompting and code generation to debugging, UI design, accessibility audits, and building full components faster.
-
Build a Vanilla JS Slider From Scratch — Plus a Reusable React Carousel Component
Build a fully responsive vanilla JavaScript slider and carousel — no jQuery, no SwiperJS, zero dependencies. We cover the complete HTML/CSS/JS implementation with swipe support, keyboard navigation, autoplay, and dot indicators. Then we go further with a clean reusable React slider component built with hooks.
-
Multiline Text Truncation with Ellipsis & Read More Button
Learn how to truncate overflowing text with ellipsis and add a ‘Read More’ button using JavaScript and CSS’s line-clamp property. Improve content display and user experience on your website.
