Princewill

All Projects
2023

My Portfolio

Portfolio project by Nanakumor Princewill

This site — portfolio, SEO blog CMS, project pages, and admin publishing on Next.js + MongoDB.

My Portfolio — project screenshot by Nanakumor Princewill

Overview

The portfolio is both a marketing site and a small CMS. Public pages are built for crawlability (SSR blog posts, sitemap, JSON-LD). An authenticated admin area creates and publishes structured blog content with image/video uploads to Cloudinary. Project pages give each build its own URL for search and sharing.

What it includes

  • Server-rendered blog posts with semantic headings and paragraphs
  • Admin CMS: drafts, publish flow, content blocks, Cloudinary media
  • Dedicated /projects and /projects/[slug] pages for SEO
  • Dynamic sitemap and robots rules for major crawlers
  • Contact form email via Nodemailer
  • JWT-protected admin routes on Vercel

Tech Stack

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • Framer Motion
  • MongoDB
  • Mongoose
  • Cloudinary
  • Vercel