Skip to content

Repository files navigation

Vinayak Singh Portfolio

Personal portfolio website for Vinayak Kumar Singh, Full Stack AI Engineer.

The site highlights my experience, projects, technical skills, resume, and contact details. It is built with React, TypeScript, Vite, and styled-components.

Tech Stack

  • React 19
  • TypeScript
  • Vite
  • styled-components
  • tsParticles
  • Formspree
  • Vercel Analytics

Getting Started

Install dependencies:

npm install

Run locally:

npm run dev

Build for production:

npm run build

Preview the production build:

npm run preview

Resume

The downloadable resume is served from:

public/Vinayak_FullStackAI_Engineer.pdf

Notes

  • This project uses npm and package-lock.json.
  • Profile.pdf is local-only and ignored by Git.
  • Generated build output in dist/ is ignored.