A collection of some of my projects that I like to show-off:
Japanese Fragment Generator /
A React web application I wrote to help myself and other students study for Japanese language
classes. Lists of sentences, expressions and vocabulary are stored as modules in a Json
file, which the app compiles together and uses to build
random fragments (fragments like "My major is {{major}}
" where {{major}}
would be replaced with vocabulary on fragment population).
Polytopes! / A Three.js based rendering tool for visualizing convex polytopes. I wrote this to help visualize content in a math subject course on semigroups and combinatorics, and last I heard some students were still using it in later classes.