
Projects
Personal, academic, and hobby projects I built during university and later on.



Heart Disease Prediction
A final project I developed for the Machine Learning course at IAU. I compared different machine-learning algorithms and dataset variations, trained a model to predict heart-disease risk, and deployed it through a Flask-based web application.
- Python
- Flask
- Scikit-learn
- Docker

Recycling Incentive App
The application-development stage of our recycling project that received support under the TÜBİTAK 2209-A program. It consists of a Laravel API, React admin dashboard, and React Native/Expo mobile app, where users scan recycled items to earn points and compete in weekly rankings.
- React Native
- Expo
- Laravel
- React
- PostgreSQL
- Docker


Mobile Forum Application
A Flutter mobile application I developed as the final project for the Mobile Applications course at Estonian Entrepreneurship University of Applied Sciences. It supports user registration, posts, comments, likes/dislikes, and profiles through a Laravel API.
- Flutter
- Laravel
- PostgreSQL
- Docker

Flutter Calculator
A Flutter calculator I developed as part of the Mobile Applications course at Estonian Entrepreneurship University of Applied Sciences. It evaluates basic arithmetic operations according to operator precedence and also includes calculation history and kilometre-to-mile conversion.
- Flutter

Currency Converter
A Flutter application I developed as part of the Mobile Applications course at Estonian Entrepreneurship University of Applied Sciences. It uses current exchange-rate data to convert between more than 30 currencies and includes a quick currency-swap feature.
- Flutter

Mock E-commerce Platform
An e-commerce application I developed as the final project for the Web Applications course at Estonian Entrepreneurship University of Applied Sciences. It consists of a React frontend and Spring Boot API, with product management, image uploads, cart functionality, and order flows.
- React
- Tailwind CSS
- Spring Boot
- Java
- PostgreSQL
- Docker

To-Do App
An Android to-do application I developed with Kotlin and Jetpack Compose as part of the Introduction to iOS Application Development course at IAU. It supports creating, updating, and deleting tasks, along with prioritization, priority-based sorting, and hiding completed tasks. (Yes, we actually learned Jetpack Compose in an iOS course :D)
- Kotlin
- Jetpack Compose


Foodculator
One of my first Android applications, developed as the final project for the Introduction to Android Application Development course at IAU. It calculates nutritional values for meals, supports custom food entries, and generates approximate diet plans using an algorithm based on vector math and Euclidean distance.
- Java
- Android
- XML