Skip to content

nuzzesick/nuzze-web

Repository files navigation

Nuzze - Personal Portfolio

A minimal, single-page portfolio built with Next.js 15, TypeScript, and Tailwind CSS.

Features

  • ⚡️ Next.js 15 with App Router
  • 🎨 Geist & Geist Mono fonts
  • 📱 Fully Responsive
  • ♿ Accessible
  • 🎯 SEO Optimized
  • 🚀 Single-page design

Getting Started

Install dependencies:

npm install

Run the development server:

npm run dev

Open http://localhost:3000 in your browser.

Build for Production

npm run build
npm start

Tech Stack

  • Framework: Next.js 15
  • Language: TypeScript 5.7
  • Styling: Tailwind CSS 3.4
  • Fonts: Geist Sans & Geist Mono
  • Deployment: Vercel

Project Structure

├── app/
│   ├── layout.tsx       # Root layout with fonts
│   ├── page.tsx         # Single-page portfolio
│   └── globals.css      # Global styles
├── public/              # Static assets
└── tailwind.config.ts   # Tailwind configuration

Deployment

Push to GitHub and deploy on Vercel - it will automatically detect Next.js and deploy.

License

MIT

About

My new web portfolio developed on Next JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published