Aaronn

Aaronn

Hey there! I'm Aaronn, a Full Stack Developer who's all about React, NEXTJS, Node.js, and Tailwind CSS. I'm on a mission to craft awesome websites that look great and work even better.

React MUI 5 Form Validation with react-hook-form

React MUI 5 Form Validation with react-hook-form

In this tutorial, we’ll see form validation in React Material UI 5 with the help of react-hook-form. Ensure you have React MUI 5 and react-hook-form installed and configured before getting started. React MUI 5 Form Validation With React Hook Form 1.…

React MUI 5 Image Upload with React-Hook-Form

React MUI 5 Image Upload with React-Hook-Form

In this tutorial, we’ll see image file upload in React Material UI 5 with the help of react-hook-form. Ensure you have React MUI 5 and react-hook-form installed and configured before getting started. React MUI 5 Image Upload With React Hook Form…

Next.js with Shadcn UI Product Cards Example

Next.js with Shadcn UI Product Cards Example (1)

In this tutorial, we’ll create product cards using Next.js and Shadcn UI. We’ll make them responsive, add hover animations, and include sale tags, using Tailwind CSS for styling. Before using the card in Next.js 13 with Shadcn UI, you need…

How to Use Icons in Shadcn UI with Next.js

How to Use Icons in Shadcn UI with Next.js

In this section, we’ll see how to use icons in Next.js with ShadCN UI. ShadCN UI includes Lucide-React icons by default, and you also have the option to incorporate SVG icons from Heroicons. Next.js 13 with Shadcn UI Icons: Small,…

Next.js with Shadcn UI Progress Bar Example

Next.js with Shadcn UI Progress Bar Example

In this tutorial, we will learn how to use a progress bar in Next.js with Shadcn UI. Before using the progress bar in Next.js 13 with Shadcn UI, you need to install it by running npx shadcn-ui@latest add progress. 1.…