I'm a Full Stack Developer passionate about crafting dynamic and seamless web and mobile applications with expertise in React!
import React from "react";
function SoftwareDeveloper() {
const githubUser = {
name: "Prarthna Luthra",
techStack: "MERN Stack",
nonCodingLanguages: ["hi_IN", "en_US"],
};
return (
<div className="flex items-center justify-center font-bold bg-slate-900 shadow-lg rounded-md w-full h-full">
{githubUser && (
<p className="text-3xl text-[#A84DFF]">
Hello World! It's {githubUser.name}, Thanks for dropping by, hope you find some of
my work interesting. I love to learn new things every day!
</p>
)}
</div>
);
}
export default SoftwareDeveloper;
Gmail | Dev.to | Telegram | Github | Website | Stack Overflow | |||
---|---|---|---|---|---|---|---|---|