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.

NextJS Alert Message Tutorial with Tailwind CSS

NextJS Alert Message Tutorial with Tailwind CSS

In this tutorial, we will create alert message in next js with tailwind css. First you need to setup next js 13 with tailwind css project. 1. Create next js with tailwind css simple alert message primary, secondary, success, warning,…

How to Use NextUI in Next.js

How to Use NextUI in Next.js

To integrate NextUI into your Next.js project, follow these steps tailored to your project structure. NextUI CLI (recommended) If you are starting a new project, you can use the NextUI CLI to create a new project with NextUI pre-configured: Next…

Create 404 Page in Next.js with shadcn UI

Create 404 Page in Next.js with shadcn UI

In this tutorial, we will create 404 error page in next js with shadcn ui. First you need to setup next js with shadcn ui project. Before use 404 not found page in next js with shadcn ui you need…

How to Create Dividers in Next.js with shadcn UI

How to Create Dividers in Next.js with shadcn UI

In this section, we’ll learn how to create dividers in Next.js using Shadcn UI. We’ll cover horizontal and vertical lines, as well as dividers with icons. 1. Creating Simple Dividers Using the <hr/> Tag. 2. Adding Divider Line Colors to…

How to Use File Upload in React with MUI 5

How to Use File Upload in React with MUI 5

In this tutorial, we’ll walk you through the process of implementing file uploads in a React application using Material-UI (v5). We’ll explore Material-UI 5’s file upload button and utilize the useState hook to showcase an image upload example in React.…

Build a Drag & Drop Image File Upload with React and Material UI

Build a Drag & Drop Image File Upload with React and Material UI

Implementing a user-friendly image upload feature can significantly enhance your React application’s functionality and user experience. In this tutorial, we’ll walk through creating a drag-and-drop image file upload component using React and Material UI. You’ll learn how to combine these…

React CRUD App Tutorial with MUI 5

React CRUD App Tutorial with MUI 5

Building a basic CRUD (Create, Read, Update, Delete) app in React with Material UI (MUI) version 5 requires a series of steps. Here’s an illustration of creating such an app within a single page. While this example covers the essential…