Interactive PC
An interactive application aimed to provide users with educational information about the internals of a computer in a fun and engaging way. All of the assets were made by myself so feel free to download and use in your own projects. Tech used: JavaScript, Three JS, Anime JS, Blender Demo Source Code Blender Files ...
Verify JS
Lightweight simple human verification package. A random path is generated on load which the user must navigate using the on screen controls in order to progress. Tech used: JavaScript, NPM, Circle CI Verify randomly generates a path for the user to follow using the on screen d-pad. Demo Source Code ...
Money Manager
Gain simple insights into your spending. Money manager was created as a learning project focused on using React, Electron and SQLite to create a cross platform offline application. The application uses a naive bayes classifier to calculate and automatically assign a category to individual transactions. Tech used: JavaScript, React, Electron, SQLite Source Code ...
React Template
Get React projects up and running quickly. My personal take on a customisable create-react-app lite with redux support. Tech used: JavaScript, React, Redux, Jest Source Code ...
Sudoku Solver
A backtracking exercise to solve a 9x9 sudoku puzzle. Tech used: JavaScript Source Code ...