Portfolio

Things I've
built

Real-world projects spanning iOS development, AI algorithms, and embedded robotics.

Jun 2025

BillBuster

Intelligent Expense Splitting · FinTech iOS App

Scalable iOS app for group financial management. Automated bill calculation logic eliminates manual reconciliation errors. Analytics-ready data structures with CoreData persistence.

  • Scalable expense-splitting for group financial management
  • Automated bill calculation to eliminate reconciliation errors
  • Persistent local storage using CoreData
  • Analytics-ready data structures for expense insights
SwiftSwiftUICoreDataFinTech
Jul 2026

AI Chess Engine

Minimax Algorithm · Artificial Intelligence

Rule-based chess engine using OOP principles and the Minimax algorithm for intelligent move prediction. Full game state management with check detection and optimized recursive evaluation.

  • Rule-based engine using object-oriented programming
  • Minimax algorithm for intelligent move prediction
  • Validation logic for legal moves and check detection
  • Optimized recursive evaluation functions
PythonOOPMinimaxAI
Oct–Nov 2025

Line Following Robot

Arduino · Embedded Systems · Robotics

Four-wheel autonomous robot with real-time IR-based line tracking. L298N motor driver interfacing with dynamic speed adjustment for precise path correction and stability.

  • Four-wheel autonomous robot with real-time line tracking
  • IR sensors to detect contrast between surfaces
  • Embedded control logic for dynamic motor speed adjustment
  • Motor driver (L298N) interfacing for directional control
Arduino UNOEmbedded CIR SensorsL298N
Apr–Jun 2025

FitFuel

Smart Meal Logger & Calorie Tracker · iOS

Privacy-first iOS app with MVVM architecture for meal logging, calorie tracking, and nutritional analysis. Fully offline, blazing fast, with PhotosUI and HealthKit integration.

  • MVVM architecture for clean separation of concerns
  • PhotosUI integration for meal photo logging
  • HealthKit sync for nutritional data
  • Fully offline, privacy-first design
SwiftUIMVVMPhotosUIHealthKit
May–Jun 2025

Weatherly

Real-Time Weather Forecasting · iOS App

Production-grade iOS weather app with CoreLocation geolocation, REST API integration, and smooth MVVM state management with animated UI and responsive design.

  • Real-time weather forecasting via REST APIs
  • CoreLocation for accurate geolocation-based updates
  • Responsive, production-ready UI with smooth animations
  • Clean MVVM architecture with scalable code practices
SwiftSwiftUICoreLocationREST API