Code & Build

Things I've Built

Side projects where I turn real-world problems into working tools — using React, Node.js, and modern web APIs. Built outside work hours, shipped for real users.

Project 01

🚜 NakadeJCB

A Progressive Web App built for a JCB excavator business owner in rural Maharashtra. Tracks daily worker jobs, monitors payment dues with urgency alerts, and generates monthly reports — fully bilingual in English and Marathi. Works offline and installs on the home screen like a native app.

React 18 Vite 5 Tailwind CSS Node.js Express PWA / Workbox Web Speech API Offline-first

What it does

📊
Dashboard
Total earnings, collected, and pending balance at a glance with summary cards.
🚨
Overdue Alerts
Flashing red banner + urgency badges (30d 🔥 / 45d+ ⚠️) for long-pending payments.
🎤
Voice Input
Web Speech API lets the owner speak the worker's name instead of typing — in English or Marathi.
📱
Installable PWA
Installs on Android & iOS home screen. Works fully offline with service worker caching.
🌐
Bilingual UI
Full English ↔ Marathi (Devanagari) toggle, persisted per device.
📁
CSV Export / Import
Export all records to CSV; import historical data from a spreadsheet.
Browser (React PWA)
   │
   ├── Service Worker (Workbox)
   │     ├── Precaches JS, CSS, HTML, icons
   │     └── NetworkFirst /api/* · CacheFirst fonts
   │
   └── Express REST API (/api/jobs)
          └── data/jobs.json (flat-file storage)
Interactive Preview — try it live
Project 02

◆ SAP FICO Architect

An AI-powered assistant that answers SAP Finance & Controlling questions using a domain-specific knowledge layer. Demonstrates how LLMs can be grounded in enterprise SAP expertise — bridging the gap between deep consulting knowledge and modern AI tooling.

React Vite AI / LLM SAP FICO Domain Vercel

What it does

🤖
AI Q&A
Ask any SAP FICO question and get structured, consultant-grade answers.
Domain Knowledge
Grounded in real SAP Finance & Controlling concepts, not generic answers.
Instant Answers
No waiting for a consultant — answers available on demand, 24/7.
🌐
Live on Vercel
Deployed and publicly accessible — no install required.
SAP FICO Architect
AI-Powered SAP Consultant
Try it Live ↗