Programming Projects

QR Code Generator


This project focuses on generating a QR Code for any text or URL using the qrcodejs JavaScript library.

Continue Reading

Dart Dashboard


A JavaScript based dashboard designed to track and manage scores during a game of darts. Simple and intuitive interface for recording throws and monitoring player progress in real time. Ideal for casual games.

Continue Reading

Maze Generator


A maze generator built using the randomized depth-first search algorithm to create complex, solvable labyrinths (Wikipedia). The approach ensures each maze is unique, with long corridors and branching paths. Ideal for visualizations, games, or algorithm demonstrations.

Continue Reading

Tic Tac Toe


A two-player Tic Tac Toe game written in JavaScript. Perfect for quick matches or demonstrating fundamental game logic.

Continue Reading

Cryptocurrency Dashboard


A simple cryptocurrency dashboard displaying the current price of Bitcoin and Ethereum using an API provided by CoinMarketCap.

Continue Reading