Projects

Detailed case studies of work I'm proud of.

Anjani Raj Live

Personal Portfolio
A minimal personal portfolio and digital identity. Built to reflect principles of intentional design and clean code.
243
Lines (v1)
0
Dependencies
HTML5 CSS3 JavaScript GitHub Pages
Challenge: Create a personal brand website that stands out without using frameworks or unnecessary bloat.

Solution: Pure HTML/CSS/JS with a focus on typography, whitespace, and intentional design. No build tools, no frameworks—just clean code.

Result: 6KB homepage that loads instantly. Served via GitHub Pages. Responsive across all devices.
Visit Site

Engineering Calculator Pro

Web Application
A modern calculator with scientific functions, unit conversions, and dark mode. Optimized as a Progressive Web App.
2K+
Lines
0
Server
JavaScript PWA Web App Offline Ready
Challenge: Build a powerful calculator that works offline and feels like a native app.

Solution: Progressive Web App with Service Worker caching, responsive design, and comprehensive functionality.

Result: Installable app, works offline, 100+ functions, dark/light mode, unit conversions.
View Code

Developer Environment Setup

DevOps / Automation
Automated PowerShell scripts to configure a complete professional developer environment on Windows from scratch.
2K+
Lines
40+
Tools
PowerShell Automation DevOps Windows
Challenge: Reduce setup time for new development machines from hours to minutes.

Solution: Comprehensive PowerShell automation scripts that install and configure all essential developer tools.

Result: One-command setup for complete development environment. Saves 4+ hours of manual configuration per machine.
View Code