proj1

➔ Coin.info (coininfo.app)

Coin.info is a hobby project that provides an overview of the cryptocurrency market. Thanks to the integration of the Coinranking REST API and a powerful search function, thousands of coins can be found and listed very quickly. The "News" section always contains the latest and most relevant news for crypto traders, powered by Gizmodo’s News API.

Skills

➔ GazeQuestionnaire

The GazeQuestionnaire is a research-oriented Python project for gaze-based questionnaires that utilizes webcam eye-tracking and various activation methods (Blink, Dwell, Smooth Pursuit) to answer different question types (yes/no questions, multiple choice, Likert scales, text input). It was developed as part of my bachelor's thesis and enables HCI accessibility in user studies.

proj2
proj3

➔ Tetris (Java Project)

This project is a complete Java implementation of the classic game Tetris. The focus is on clean game logic, collision detection, and managing game states such as score, levels, and upcoming pieces. The project showcases my understanding of object-oriented programming, state management, and basic game loops in Java.