My Projects

Portfolio Website

A responsive personal portfolio website built using HTML, CSS, Bootstrap, and JavaScript. It showcases my skills, projects, and includes links to my social media accounts.

Hash_Table_Implementation

Implementaion of a Hash Table to store a collection of video game CDs for a person who wants to keep track of all the game CDs they own. The program also tracks whether the owner is willing to sell the game, along with the minimum price they are willing to accept for the game if it is sold.

Text_Encryptor

I used the Python programming language to write a program that is interactive with the user and encrypts a text by letting the user choose one option. The two encryption methods available are cypher's method and Vigenère's method.