Projects
Financial Statement Analyzer - Python
A Streamlit web app that analyzes stock fundamentals using live financial data from the Financial Modeling Prep API.
Implemented a backend system that calculates key financial metrics such as profit margin, ROE, revenue growth, free cash flow, and debt-to-equity, and combines them into a weighted financial health score for comparing companies side-by-side.
Website Source CodePersonal Website - HTML, CSS, JavaScript
A responsive multi-page portfolio website using HTML, CSS, and JavaScript to showcase projects and technical experience.
Implemented custom styling, mobile-friendly layouts, and project sections, and deployed the site using GitHub Pages to create a clean, accessible platform for presenting work.
Source CodeThree Card Poker - JavaFX, CSS
A multiplayer Three Card Poker game in Java using JavaFX and TCP socket programming.
Implemented client-server networking, real-time multiplayer communication, hand evaluation logic, wager tracking, customizable themes, and synchronized game state management across multiple players.
Source code available only upon request as this was an academic project.
Spanish Learning Tool - Python
An interactive Spanish learning application in Python using Turtle graphics.
Implemented custom graphics, quiz functionality, user input handling, and score tracking to create an engaging educational tool that reinforces vocabulary and language comprehension.
The application reads Spanish terms, definitions, and quiz content from external files, enabling dynamic content management and easy expansion of learning materials.
Source Code