Prempeh Joseph

A coder by day, problem-solver by night!

I am a passionate Frontend Developer actively transitioning into Full-Stack Development. I specialize in building responsive web applications using modern technologies like Next.js, React, TypeScript, and Tailwind CSS. As part of my growth, I am deepening my expertise in backend technologies such as Node.js and Express, and exploring mobile development with React Native and Expo. My goal is to craft seamless, user-focused solutions across the entire tech stack.

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 });
}

© 2022 - 2025 • Built with Next.js, Typescript, shadcn/ui and Tailwind CSS

Developed by Prempeh Joseph