
Graphing Calculator
A C++ desktop app built with SFML for plotting and exploring mathematical functions using an interactive, real-time graphing interface.
C++SFMLCMake

DSA Visualizer
A collection of interactive C++ projects showcasing advanced data structures and algorithms—like backtracking, A* search, heaps, and DFAs—visualized using SFML and the Malena framework.
C++SFMLMalenaCMake



Random Song Generator
A Python app that uses the Spotify API to generate popular songs by genre with a simple Tkinter interface.
PythontkinterSpotify API

Bookstore Management System
A Java Swing–based GUI application that uses object-oriented programming (OOP) principles to manage an online bookstore, with modular classes for inventory, customers, orders, and payments.
JavaJava Swing