An ongoing creative coding project that explores elements of mathematics and generative art. The animations are coded in p5.js, a JavaScript port of the Java based language Processing.
A simple, yet elegant To Do app built in React Native.
A mock ecommerce dashboard built with React, Tailwind CSS and Syncfusion components. The dashboard features dynamic theming, tables, a calendar, kanban board, text editor and colour picker apps alongside various charts. The app is deployed using GitHub Actions and GitHub Pages.
A gaze tracker prototype I worked on as part of my final uni project. Built in 12 weeks using Face-api and OpenCV with the remaining components being coded in vanilla JavaScript. Although we managed to solve the issue of pupil detection to a certain degree, our gaze tracking is limited due to our direct mapping algorithm.
A basic movie review web application that relies on a repository pattern and other architectural design patterns such as Dependency Inversion and Single Responsibility. The app utilises the Flask framework, Jinja templating and WTForms.