TransLateX your handwriting math equation
A seamless, efficient tool for quickly and accurately converting
handwritten mathematical expressions into a widely used digital format.
Product
Full-stack Web Application
Tech Stack
React.js
Node.js
MathPix API
TailwindCSS
My Contribution
Interface Design & Development
Usability Testing
Interactive Prototyping
Overview
During my time at UW, I took a course called AMATH 482, which required us to submit lengthy, formal papers using LaTeX. One of my challenges was writing complex equations like the Black-Scholes equation in LaTeX:
C(S,t) = S N\left(\frac{\ln\left(\frac{S}{K}\right) + \left(r + \frac{\sigma^2}{2}\right)(T - t)}{\sigma \sqrt{T - t}}\right) - K e^{-r(T - t)} N\left(\frac{\ln\left(\frac{S}{K}\right) + \left(r + \frac{\sigma^2}{2}\right)(T - t)}{\sigma \sqrt{T - t}} - \sigma \sqrt{T - t}\right)
It was time-consuming and frustrating to input everything manually, and I thought how much faster it would be if I could simply handwrite the equations and convert them into LaTeX instantly.

And that’s when the idea for TransLateX was born.