shlogg · Early preview
Michael Andreuzza @mike_andreuzza

Front End designer.

Creating Animated Background Gradients With Tailwind CSS

Creating an animated background gradient with Tailwind CSS adds dynamic movement to designs. Learn how to make it happen! Read the article for code and examples.

Creating Simple Animated Loaders With Tailwind CSS

Creating a simple animated loader with Tailwind CSS. A loader indicates activity, useful for loading pages, submitting forms, or other actions requiring user attention. See it live & get the code!

Elevate Your Website With Captivating Image Components In Astro.js

Elevate your Astro.js site with Tailwind CSS animations for engaging card components. Use Tailwind to add captivating visuals to your website.

Creating Responsive Pricing Tables With Astro Tailwind CSS Alpine.js

Create responsive pricing table with Astro, Tailwind CSS & Alpine.js: leverage static generation for performance, Tailwind for styling, and Alpine for interactivity.

Creating Adaptable Navigation With Alpinejs And Tailwind In Astro

Creating adaptable navigation on scroll with AlpineJS & Tailwind CSS in Astro. Learn how to build a dynamic nav bar that adjusts as you scroll through your website. Read the full tutorial now!

Building Simple Flyout Menu With Dropdown Effect

Building a simple flyout menu involves HTML, CSS, and JavaScript. It includes a trigger element that toggles the visibility of the menu when clicked. The menu is typically positioned absolutely to create a dropdown effect.

Creating A Tooltip With Tailwind CSS And AlpineJS

Creating a tooltip with Tailwind CSS and AlpineJS is easy! Use `x-tooltip` class for styling and AlpineJS to display content on hover or click. Simple, yet effective solution for your web projects.

Tag Input Component For Web Development

Creating a tag input involves using HTML, CSS & JavaScript to allow users to add multiple tags. It can be achieved with libraries like jQuery Tagit or by writing custom code.

Building Auth Forms With React

Building a form with authentication is crucial for secure user input. Auth forms are essential for login, registration, and password reset processes. Read the article to learn more!

Creating Rating System With Tailwind CSS And Alpine.js

Creating a rating system with Tailwind CSS & Alpine.js. Learn how to build a dynamic rating system in minutes! Read the full tutorial here: In this tutorial, we'll be creating a rating system using Tailwind CSS and Alpine.js.

Creating A Bottom Drawer With Tailwind CSS And AlpineJS

Creating a bottom drawer with Tailwind CSS & AlpineJS is easy! Use `@tailwind` utilities to style, AlpineJS for interactivity. Check out the article for a step-by-step guide!

Building A Grid Toggle With Tailwind CSS And Alpinejs

Build a super useful grid toggle with Tailwind CSS & Alpinejs. Switch between 2 or 4 column layouts with a simple button. Perfect for product listings, blog posts, news articles & image galleries.

Building A Carousel With Tailwind CSS And Alpine.js

Building a carousel with Tailwind CSS and Alpine.js. Learn how to create interactive carousels with ease using these popular tools. Read the full article for a step-by-step guide!

Hacking Right Click Event With Tailwind CSS & AlpineJS

Hack the right click event with Tailwind CSS & AlpineJS! Use `@contextmenu.prevent` to block default context menus, then create custom ones with ease. Read the article for a step-by-step guide!

Recreating Navigation Bar With AlpineJS And JavaScript

Recreating nav bar with Alpine.js using JavaScript. Learn how to build a dynamic nav bar without frameworks like Vue or React. Get the code and see it in action!

Recreating Multistep Form With Alpine.js And JavaScript

Recreating a multistep form with Alpine.js using JavaScript and an additional step is possible! Learn how to achieve this in our latest tutorial. Read the article, see it live, and get the code!

Tailwind CSS Vs Alpine.js Testimonial Section Recreation

Building on our previous Alpine.js tutorial, we recreate a testimonial section using Tailwind CSS and JavaScript. Read the full article to see it live and get the code!

Recreating Todo App With Alpine JS And JavaScript

Recreating TODO app with Alpine JS using JavaScript. Learn how to build a simple todo list app using Alpine JS and JavaScript in this step-by-step guide. Read the article now!

Recreating Dark Mode Toggle With AlpineJS Tutorial

Recreating Dark Mode Toggle with AlpineJS. Follow the Alpinejs tutorial to learn how to create a simple dark mode toggle using JavaScript and HTML. Get the code now!

Creating Simple Vertical Tabs With Tailwind CSS And JavaScript

Creating a simple vertical tabs component with Tailwind CSS and JavaScript. Use classes like `flex` and `space-x-4` for layout, and JavaScript to toggle active tab. Get the code!

Recreating Layout Switcher With Vanilla JavaScript

Recreating a layout switcher with Vanilla JavaScript, no frameworks needed! We're ditching Tailwind CSS and Alpine JS for a pure JavaScript solution. Read the article to see how:

Recreating Pricing Slider With Vanilla JavaScript

Recreating a pricing slider with Vanilla JS. Use `let` and `const` for variables, add event listeners to elements, and update DOM accordingly. Simple yet effective!

Building A Login Form With Tailwind CSS And JavaScript

Building a login form with Tailwind CSS & JavaScript. Tutorial similar to previous one with Tailwind CSS & Alpine.js. Read the article, see it live, and get the code.

Animating Objects With Tailwind CSS And Intersection Observer API

Animate objects with Tailwind CSS & JS Intersection Observer API. Learn how to create smooth animations in your web app using this powerful combo! Read the full tutorial now!

Recreating Cart Example With Vanilla JavaScript

Recreating a cart example with JavaScript instead of Alpine.js. Learn how to implement this feature without relying on Alpine.js. Read the full article for implementation details.

Building Simple Flyout Menu With Tailwind CSS And JavaScript

Building a simple flyout menu with Tailwind CSS and JavaScript, similar to AlpineJS, today's Friday project! Read the article, see it live, and get the code.

Rebuilding Cookie Banner With Tailwind CSS And JavaScript

Rebuilding a cookie banner with Tailwind CSS & JavaScript. Learn how to create a modern cookie consent experience from scratch using Tailwind and JavaScript. Read the article now!

Recreating Vanilla JS Tag Input With Alpine.js

Creating a vanilla JavaScript tag input like Alpine.js using HTML, CSS & JavaScript. No frameworks needed! Read the article to learn how. See it live and get the code.

Creating Interactive Search Input With Tailwind CSS And JavaScript

Creating a search input with Tailwind CSS & JavaScript. Using same structure as Alpinejs tutorial, adding JS for interactivity. See it live & get the code!

Delete File Content With One Click In VS Code

I created a VS Code extension that allows you to delete file content with a single right-click, saving time on tedious manual removals. Still working on bulk deletion feature.

Animating Objects With Tailwind CSS & Intersection Observer API

Animate objects with Tailwind CSS & JavaScript Intersection Observer API: learn how to create animations that trigger when elements enter or exit the viewport.