PlayTracker
A full-stack web application built with Spring
Boot serving as the REST API and Angular as
the frontend.
Built and managed SQL-based databases with CRUD
operations for storing, retrieving, and
manipulating application data.
Created and tested RESTful API endpoints using
Postman to ensure reliable communication between
the frontend and backend.
Java · Spring Boot · Angular · JavaScript ·
SQL · HTML · CSS · Postman
BlackJack Game
A Java desktop application using the Swing
framework to create an interactive graphical
interface.
Implemented object-oriented game logic including
deck creation, randomized card dealing, hand
value calculation, and player actions.
Used event-driven controls for actions such as
hit, stand, and starting a new game.
Java · Swing · OOP
Weather Application
A web-based weather application built with
JavaScript that retrieves weather data from
an external API and presents current conditions
and forecasts.
Built as a practical project for working with
APIs, JavaScript, and front-end development.
JavaScript · HTML · CSS · API