import React from "react"
import ReactDOM from "react-dom/client"
type Props = {
fullName: string
}
const Greeting = ({ fullName }: Props) => {
return (
<p>
Hello everyone, I am {fullName}, Frontend Web Developer from Dhaka,
Bangladesh.
</p>
)
}
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<Greeting fullName="Nafeez Mahdi" />
</React.StrictMode>
)-
Description : A modern and responsive basketball-themed web app providing smooth performance and mobile-friendly experience.
-
Technologies used :
- Frontend : React.js, Tailwind CSS.
-
Description : A creative UI website optimized for performance and SEO, showcasing design ideas with a smooth user experience.
-
Technologies used :
- Frontend : Next.js, Tailwind CSS.
-
Description : High-performance SaaS company landing page featuring animated UI using Framer Motion.
-
Technologies used :
- Frontend : Next.js, Tailwind CSS, Framer Motion.
-
Description : An Android app for browsing and selling books, built with Firebase for backend and authentication.
-
Technologies used :
- Platform : Android Studio
- Languages : Java, XML
- Backend : Firebase
-
Description : A desktop-based application to manage restaurant operations, including order, menu, and table handling.
-
Technologies used :
- Frontend : Java (NetBeans)
- Database : MSSQL

