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.

Install Shadcn UI in a React Project using Vite

how to install shadcn ui in react with vite

This guide will show you how to set up Shadcn UI in your React project with TypeScript using Vite. We’ll walk you through the installation process step-by-step. 1. Let’s create a new React project with TypeScript using Vite. 2. We…

Create a React Sidebar with Ant Design 5

react ant design 5 sidebar example

In this tutorial, we’ll create a sidebar in React using Ant Design 5. We’ll explore implementing an Ant Design 5 sidebar with TypeScript, along with an example of collapsing the sidebar using React Ant Design 5. install & setup vite…

How to Use Notifications in React with Ant Design

How to Use Notifications in React with Ant Design

In this tutorial, we’ll delve into implementing Notifications in React using Ant Design. We’ll explore how to utilize Ant Design 5 Notifications with TypeScript, showcasing examples of notifications positioned at the left, right, top, and bottom. install & setup vite…

how to use navbar in react ant design 5

how to use navbar in react ant design 5

In this tutorial, we will create a navbar menu in React using Ant Design 5. We will demonstrate how to implement an Ant Design 5 navbar with icons and provide an example of a responsive navbar using React and Ant…

react ant design 5 search bar example

react ant design 5 search bar example

In this tutorial, we will create a search bar in React using Ant Design 5. We will demonstrate how to implement an Ant Design 5 search bar with TypeScript, including an example featuring a search bar with an icon. install…