Skip to content

Latest commit

 

History

History
executable file
·
61 lines (42 loc) · 2.22 KB

File metadata and controls

executable file
·
61 lines (42 loc) · 2.22 KB

Next.js TypeScript Lighthouse Performance Lighthouse Accessibility Lighthouse Best Practices Lighthouse SEO License Vercel

Portfolio Preview

Simple Portfolio

A minimalist, high-performance portfolio template built with modern web technologies. Designed for developers and designers to showcase their work and skills with zero clutter.

Performance

Lighthouse Test Results GTmetrix Test Results

Achieves excellent scores across all key metrics:

  • Performance: Optimized images, lazy loading, and efficient code splitting
  • Accessibility: WCAG 2.1 compliant, semantic HTML, proper ARIA labels
  • Best Practices: Modern web standards, secure connections
  • SEO: Proper meta tags, structured data, and semantic markup

Tech Stack

  • Framework: Next.js, React, TypeScript
  • Styling: Tailwind CSS, Shadcn UI
  • Deployment: Vercel

Features

  • Configuration: Simple single-file setup via src/data/resume.tsx
  • Performance: Optimized for speed and SEO
  • Design: Clean, responsive, and accessible UI
  • Theming: Dark and light mode support

Getting Started

  1. Clone the repository

    git clone https://github.com/killflex/simple-portfolio
  2. Install dependencies

    pnpm install
  3. Run development server

    pnpm dev
  4. Customize content in src/data/resume.tsx