My work.
As a technology enthusiast, I'm always looking for new projects to develop. I prefer web apps, but also enjoy creating automation for Windows. Here are some of my recent projects! Each one has helped me to hone my development skills and build something fun or useful for others.
Chess - I developed this as somewhat of a pet project. The AI runs locally in the browser, and currently is not very strong, but it has fun and that's all that counts.
Passwords - I have a strong interest in cyber security so created this tools to help people make better choices when it comes to passwords. This is not a password manager, however it can create, test and improve passwords. I also added a feature to this which highlights characters at specified locations for those pesky security questions.
Sudoku - This brain-teaser from Japan is one of my favourites. This app can generate and solve new games, and can even be used to solve a puzzle elsewhere. The recursive solve algorithm is lightning fast and can generally solve a puzzle in less than a tenth of a second.
Clock - I wanted to create a way to visualise time as it passes, and learn more about how SVGs work. This app combines the two!