Creating An Expandable Search Bar With Tailwind CSS
Creating an expandable search bar with Tailwind CSS. Click to expand and easily search through content on your website or app.
Front End designer.
Creating an expandable search bar with Tailwind CSS. Click to expand and easily search through content on your website or app.
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.
Create a toggle with Tailwind CSS that animates on click without JavaScript required. A toggle is a button that can be toggled on or off, used to turn features on/off.
Create animated input field with Tailwind CSS for interactive & engaging UX, adding personality to your website!
Create animated profile card with Tailwind CSS: add hover effect revealing links in a list, see it live & get the code!
Creating an animated envelope using only Tailwind CSS, showcasing unique designs & animations with clip-path. See it live & get the code!
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 Astro.js site with Tailwind CSS animations for engaging card components. Use Tailwind to add captivating visuals to your website.
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 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!
Create an engaging Astro.js sidebar with Tailwind CSS styling and AlpineJS interactivity for a standout user experience.
Add interactivity to Astro.js with Tailwind CSS, dynamically render feature cards from an array for a sophisticated website.
AlpineJS Intersect plugin: a simple wrapper for Intersection Observer API, reacting when elements enter the viewport with ease!
Crafting a login modal with Tailwind CSS & Alpine.js: smooth slide-up animation from bottom for a sleek website aesthetic.
Building a testimonial component with Astro, Tailwind CSS & Alpine.js for a fun web dev project!
Creating a multi-column layout with Tailwind CSS is easy. Use `grid-cols` class to define columns and `gap-x` for spacing between them. Simple yet effective!
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 printable invoice layout involves using specific classes like `StyleSheet` and `PageSetup`. Learn how to do it correctly in this tutorial.
Exploring a new project that's becoming essential for web development. Learn how to implement cookies in your projects.
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.
Create dynamic headers with Alpine.js & Tailwind CSS: Change background color based on scroll position for engaging UX.
Create animated cards with ease using Astrojs & Tailwind CSS! Fun and easy to use, perfect for web devs looking to spice up their UI.
Toggle Day! Learn how to create interactive UI elements with a simple click. See the demo and get the code to implement toggles in your web app today!
Toggle Day! Learn how to create interactive UI elements with a simple click. See the demo and get the code to implement toggles in your web app today!
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 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!
Building a simple progress bar with HTML, CSS & JavaScript. A basic example of how to create a progress bar from scratch.
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.
Accordion component built with HTML CSS JavaScript. Read the article to learn more.
Creating a scroll to top button with Tailwind CSS & Alpine.js. Learn how to add a simple yet useful feature to your website in minutes!
Building a pricing slider with Tailwind CSS & AlpineJS for your pricing page. Easy to implement, customize and style with this combo!
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!
Create multistep forms with Tailwind CSS & AlpineJS for seamless user experience, breaking down complex processes into manageable steps.
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. Learn how to create interactive carousels with ease using these popular tools. Read the full article for a step-by-step guide!
Building a simple shopping cart with Tailwind CSS and Alpine.js. Learn how to create a seamless user experience with this easy-to-follow tutorial.
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!
Create 3D button with Tailwind CSS in minutes! Learn how to use this powerful utility-first CSS framework for web development. Get the code now!
Create a chat bubble with AlpineJS despite. Read the article, see it live & get the code: [link not provided]
Let's create an interactive pricing table using Tailwind CSS and Alpine.js.
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!
Building an accordion with JavaScript, not Tailwind & Alpine. Learn how to create one from scratch using vanilla JS. Read the article, see it live, and get the code!
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!
Creating a dynamic sidebar nav with Tailwind CSS & JavaScript. No frameworks needed! Recreating Alpinejs example using native tools.
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 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. Follow the Alpinejs tutorial to learn how to create a simple dark mode toggle using JavaScript and HTML. Get the code now!
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 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:
Creating an expandable gallery with Tailwind CSS, no JavaScript required, a simple yet cool solution for your web development needs!
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 & JavaScript. Tutorial similar to previous one with Tailwind CSS & Alpine.js. Read the article, see it live, and get the code.
Creating a swatch with Tailwind CSS. Fun project to recreate UI elements using CSS or frameworks like Tailwind, making them functional is a bonus!
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 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.
Creating a chat bubble effect with vanilla JavaScript. No frameworks needed! Read the article to learn how: See it live and get the code.
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.
Recreate a carousel with Tailwind CSS & JavaScript, same as before but with JS instead of Alpine.js. Read the article to learn how!
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!
Creating a tooltip with Tailwind CSS & JavaScript for easy project use. Simple and easy to implement, learn how to create interactive tooltips!
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.
Recreating scroll to top button with vanilla JavaScript. No frameworks needed! Read the article, see it live & get the code.
Building a progress bar with JavaScript is possible. We can recreate the one made with Tailwind CSS and Alpine.js using native JS. Read the article to learn how!
Building a simple image gallery with Tailwind CSS and vanilla JS, no frameworks needed! See it live and get the code.
Creating a search input with Tailwind CSS & JavaScript. Using same structure as Alpinejs tutorial, adding JS for interactivity. See it live & get the 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.
Animate objects with Tailwind CSS & JavaScript Intersection Observer API: learn how to create animations that trigger when elements enter or exit the viewport.
Discover top websites for 2024 inspiration, covering design trends, tech innovations & more. Read now!
Simplify your code with Astrojs & Tailwind CSS, avoid repeating markup, write cleaner, more maintainable code and save time in the long run.