my projects

Personal projects built to practice frontend, backend, and problem-solving skills through small, focused software builds.

01 Frontend

Portfolio

Personal portfolio website built with HTML, CSS, and JavaScript to showcase my work, projects, and professional background.

HTML CSS JavaScript
02 React

Music Player

React music player app with playback controls, song browsing, and a clean interface for listening to tracks.

React CSS JavaScript
03 Angular

File Sharing

Angular file-sharing app using the File.io API, allowing users to upload and share files through temporary links.

Angular TypeScript File.io API
04 Java

Pokedex

Java command-line Pokedex that stores Pokémon data, shows stats, and supports basic evolution logic.

Java CLI OOP
05 Practice Project

BlackJack Game

Java command-line Blackjack game where the player competes against a bot dealer.

Java CLI Game Logic
06 Algorithms

Character Sorter

Java program that analyzes a string, counts character frequency, and sorts the results.

Java CLI Algorithms