💼 Portfolio - darshan.dev
Welcome to the repository for my personal portfolio website, showcasing my projects, skills, professional experience, and hidden interactive developer easter eggs as a full-stack developer.
- Modern Split-Screen Layout: Fixed Left Branding panel coupled with a smooth-scrolling Right Content section, responsive for mobile and desktop viewports.
- Three.js Visual Effects: A WebGL-powered custom shader grid distortion hero image that reacts dynamically to mouse movement.
- Developer Easter Eggs & Achievements System:
- 🏆 Secrets Progress Badge: A floating golden trophy widget (
🏆 X/5 Secrets Found) tracking unlocked secrets with a neo-brutalist checklist tooltip, persistent vialocalStorage. - 🛠️ God Mode Developer Sandbox (Triggered by typing
konamior keyboard arrows:↑ ↑ ↓ ↓ ← → ← → B A): Opens an interactive, draggable control panel enabling recruiters to inspect:- Wireframe Blueprint Mode: Outlines all DOM elements with dashed green strokes.
- Page Editor: Sets
designMode = 'on'to edit any text directly on the page. - Slow Motion: Runs transitions/animations at 0.2x speed.
- Click to Explode: Explodes page elements (they fly away in random directions with an 8-bit synth sound effect).
- Accent Hue Customizer: Rotates the HSL color palette of the entire UI, leaving images natural.
- 📟 Neo Matrix Rain Console (Triggered by typing
matrixorneo): Blackout digital rain streams showing a typewriter intro, responsive mouse force distortion (brighten, bend, repel), and a typewriter exit sequence ("Disconnecting... Reality restored."). - 🖥️ CRT Whoami Terminal (Triggered by typing
darshan): Retro monochrome hacker terminal printing developer profile info. - 📊 Diagnostic Console (Triggered by typing
secrets): Neon-themed drawer reporting active bundle diagnostics and frequencies.
- 🏆 Secrets Progress Badge: A floating golden trophy widget (
- Live Integrations:
- GitHub Calendar: Live contribution graph showing yearly Git commits.
- GitRoll Card: Live developer skill ratings badge.
- Functional Contact Form: Clean form integrated with Web3Forms API and
react-hot-toastnotifications.
- React 19 - UI Library
- Vite 7 - Ultra-fast bundler and dev server
- TypeScript - Type-safe programming
- Tailwind CSS v3 - Utility-first styling and custom theme variables
- Framer Motion v12 - Fluid gesture animations, exit transitions, and drag controls
- Three.js - 3D WebGL rendering (Grid Distortion Shader)
- AOS (Animate On Scroll) - Page-scroll entrance effects
- React Snowfall - Decorative canvas snow particles in the Experience section
- Web3Forms - Secure, serverless email delivery
- GitHub API - Repository contribution data fetching
- Web Audio API - Oscillator synthesis for retro sound effects
- ESLint & TypeScript-ESLint - Code quality enforcement
- PostCSS & Autoprefixer - CSS compilation and vendor prefixing
├── public/ # Static assets (images, fonts, shapes)
│ ├── favicon.svg # Brand letter 'D' favicon
│ ├── DarshanParmar.pdf # Developer PDF Resume
│ └── background/ # Gradient overlays and texture images
├── src/
│ ├── assets/ # Font styles and images
│ ├── components/ # Modular React Components
│ │ ├── AchievementBadge.tsx # Secrets trophy status & tracker
│ │ ├── CodeBlock.tsx # Styled markdown syntax viewer
│ │ ├── CommandPalette.tsx # Ctrl+K modal quick links
│ │ ├── ConfettiOverlay.tsx # God Mode canvas confetti burst
│ │ ├── Contact.tsx # Form inputs and Web3Forms action
│ │ ├── CustomCursor.tsx # Magnetic pointer tracker
│ │ ├── DevSandbox.tsx # Draggable Developer Control Dashboard
│ │ ├── DevSecretsDrawer.tsx # Active bundle diagnostics panel
│ │ ├── FloatingShape.tsx # Wavy background SVG shapes
│ │ ├── GitRoll.tsx # Developer grade card
│ │ ├── Github.tsx # GitHub contributions calendar
│ │ ├── GridDistortion.tsx # Three.js mouse-distortion shader
│ │ ├── HintModal.tsx # Clues modal for Easter eggs
│ │ ├── MatrixRain.tsx # Matrix rain screen with mouse distortion
│ │ ├── ProjectDetail.tsx # Full page case studies
│ │ ├── ProjectList.tsx # Cards grid for projects
│ │ ├── ScrollButton.tsx # Neo-brutalist scroll-to-top button
│ │ ├── TechStack.tsx # Tool category grids
│ │ ├── WhoamiTerminal.tsx # Monochromatic command line overlay
│ │ └── WorkExperience.tsx # Work history cards
│ ├── lib/
│ │ └── aos.tsx # AOS scroll animations wrapper
│ ├── App.tsx # Main App layout, keydown hooks & routing
│ ├── index.css # Design tokens, variables, & utility layers
│ └── main.tsx # App bootstrap entry
├── index.html # HTML shell & SEO meta/open-graph tags
├── tailwind.config.js # Custom animations, fonts, and HSL tokens
└── vite.config.ts # Vite build and react compiler config
- Color Palette: Minimalist white/slate background contrasted with vibrant retro accents (lime, amber, emerald, cyan) styled using thick borders and flat shadow depths.
- Typography:
Chromate(Custom Local Font) - Retro-modern titlesInter(Google Fonts) - Clean body text
- Layout Philosophy: High impact UI featuring clean, responsive grid systems, tactile click animations (
whileTap), and micro-interactions.
- Node.js (v18 or later recommended)
npm(packaged by default with Node.js)
-
Clone the repository:
git clone https://github.com/darshan02parmar/Portfolio.git cd Portfolio -
Install dependencies:
npm install
-
Configure environment variables: Create a
.envfile in the root directory and add your Web3Forms access key:VITE_WEB3FORMS_ACCESS_KEY=your_web3forms_key_here
(You can generate a free key instantly at web3forms.com)
-
Run development server:
npm run dev
Open
http://localhost:5173in your browser. -
Build for production:
npm run build
Deploy the resulting
dist/directory to your static hosting provider (Vercel, Netlify, Cloudflare Pages, or GitHub Pages).
This project is licensed under the MIT License.
- Website: darshan.dev
- Email: darshanparmar0302@gmail.com
- GitHub: @darshan02parmar
- LinkedIn: Parmar Darshan
- Twitter: @darshan02parmar