Projects
Patient Monitoring Android App (2024)
Monitors vital signs (heart rate, temperature, SpO2) in real-time with sensor integration and emergency alerts for elderly patients. Ensured data privacy/security and a user-friendly UI.
Key Achievements
- Implemented real-time data sync with Firebase
- Integrated sensor-based alerts & notifications
- Led team with Agile/Scrum methodology
Real Estate Website (2023)
Full-stack property listing platform featuring user authentication, geolocation-based search, and real-time chat for clients and brokers.
Key Features
- JWT authentication system
- Advanced search with geolocation filters
- Live chat using WebSockets
Autonomous Hovercraft (2023)
Self-navigating hovercraft using Arduino Uno with ultrasonic sensors for obstacle avoidance and PID control.
Technical Details
- Custom PCB for motor control
- Sensor fusion for navigation
- 85% obstacle detection accuracy
GymTrackPro (2025)
Cross-platform workout app (React Native/Expo) enabling progressive overload tracking, offline storage, and a custom exercise library with real-time, personalized workout plans based on user analytics.
Key Features
- Offline-ready architecture with local storage
- Dynamic exercise library & progressive overload system
- User analytics for real-time workout suggestions
AgendaMate iOS App (2023)
Comprehensive task management app with journaling, notes, and real-time weather updates using SwiftUI and Core Data. Includes Face ID/passcode protection.
Key Features
- Secure local data storage with Core Data
- Face ID/passcode for privacy
- Live weather integration & journaling
Portfolio Website
This website! Fully responsive single-page site highlighting animations (AOS), dynamic particle backgrounds, dark/light mode, scroll progress, and a functional contact form.
Key Features
- Site-wide particle animation
- Scroll-based progress bar
- Dark/Light theme switcher
- Responsive design for all devices
Wordle Solver (2022)
Java-based application to solve Wordle puzzles using optimized algorithms and data structures.
Key Features
- Efficient word filtering
- Dynamic scoring system
- Interactive CLI interface
Sudoku Solver (2022)
Java application using recursion and backtracking to solve Sudoku puzzles efficiently.
Key Features
- Optimized backtracking algorithm
- Input validation
- Step-by-step solution display