Scrabble Game
The game of Scrabble built entirely from scratch with a C# .NET real-time backend and a ReactJS frontend -- utilising Tries and LinkedLists data structures.
View ProjectQuickteller Paypoint Mobile
A mobile application which enables over 10,000+ SMEs carry out financial transactions for their neighbourhood. The app built with React Native, leverages Microsoft AppCenter's CodePush tool for over-the-air updates.
View ProjectReact Table of Content Component
A table of content component built for ReactJS. It extracts the headings from HTML content to a tree (to preserve hierarchy); and then uses recursion to display the headings. It has a worst-case runtime of O(n x m) -- where 'n' is the length of the HTML content and 'm' is the number of headings in the content.
View ProjectHuntela
A savvy search module that's an alternative to the default `filter` method. It offers a range of powerful search functions, including fuzzy search (which returns results which closely match the search term), binary search, and searches for least/most frequent items in a list.
View Project