Skip to content
View itsw1n's full-sized avatar

Highlights

  • Pro

Block or report itsw1n

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itsw1n/README.md

itsw1n Portfolio

Minimalist personal developer portfolio based on the approved itsw1n visual direction.

Stack

  • Next.js App Router
  • TypeScript (strict)
  • Tailwind CSS
  • next-themes
  • Lucide React
  • Static/local portfolio content

No database, API route, global state library, or service layer is included because the current portfolio does not require them.

Start

npm install
npm run typecheck
npm run build
npm run dev

Before agentic coding

This repo uses a lazy-loaded, layered rule system. Read only what the task needs:

  1. AGENTS.md — always-loaded lean entry (stack, folder map, invariants, pointers).
  2. RULES.md — concern → playbooks/ § index. Use it to find the one section you need.
  3. CONTEXT.md — project snapshot (stack, architecture, design, identity).
  4. playbooks/ — canonical rules, read by ## § section via offset (never all at once).
  5. docs/DESIGN-SPEC.md — business/visual truth (design language, typography, color).

The reference mockup is at:

docs/reference/homepage-reference.png

Important placeholders

Project screenshots and credential previews are generated placeholders. Replace them with actual screenshots/certificate images later while preserving their aspect ratios and data structure.

Update real links in:

src/components/shared/site-footer.tsx

Update portfolio content in:

src/data/portfolio.ts

Pinned Loading

  1. Omarchy Omarchy Public

    omarchy customization

    Shell

  2. WinVault WinVault Public

    TypeScript

  3. Math-Blast Math-Blast Public

    Forked from miniapp-factory/win

    TypeScript

  4. QR-Code-Generator QR-Code-Generator Public

    A simple QR Code Generator built with React. My first React practice project.

    CSS