Profile Image

Prakhar Pandey

Writing code today, shaping experiences tomorrow

+   

Years of Experience

+   

Projects

A skilled Front-End Developer with over 2 years of experience and haveing a proven track record of building high-performance web and mobile applications.

Throughout my career, I have successfully led key projects like ElabPro, Phlebotomy, and CloudIQS, delivering robust solutions for healthcare and AWS optimization. My work includes architecting reusable component libraries, enhancing development efficiency, and ensuring seamless client-server communication.

Driven by a passion for innovation, my goal is to continue contributing to impactful projects, leveraging cutting-edge technologies, and delivering user-centric solutions that optimize functionality and engagement

welcome.ts

// app/api/welcome/route.js
import { NextResponse } from "next/server";

export async function GET() {
  return NextResponse.json({ message: "Welcome to my portfolio!" }, { status: 200 });
}