Offline Sudoku Game
A fully functional, browser-based Sudoku engine designed for offline play.
Built using Vanilla JavaScript for the game logic and Bootstrap 5 for a mobile-responsive grid.
Implemented a custom validation algorithm to check moves in real-time and a "hint" system using DOM manipulation.
Brief description of the app.
Gematria Calculator
A specialized tool for calculating the numerical value of phrases based on historical alphanumeric systems.
Developed with JavaScript (ES6) using object mapping to handle character-to-number conversions.
Supports multiple calculation methods with instant, reactive UI updates as the user types.
Brief description of the app.
Isophea Name Analyzer
A clean, user-friendly calculator for Isopsephy (the Greek practice of adding up number values in words).
Utilises Regular Expressions (RegEx) to sanitize input and CSS Grid/Flexbox for a sleek, modern interface.
Provides a smooth, "zero-refresh" user experience, making complex calculations feel instantaneous.
Brief description of the app.