Mini Projects
I love learning programming languages, and will share interesting programs I build here.
p.s. I am currently learning HTML, CSS, and Javascript to rebuild my website through code, instead of using a website builder. While I am doing this, I am also doing side projects, which you can see below π
My Projects
Mini Project #1 β© Binomial Expansion
Using JavaScript, I made a simple interface that performs binomial expansion using HTML, CSS, and Javascript. The top input box takes in an unexpanded binomial, and then, after hitting βenterβ, displays the expanded result on the lower input box. (As an extension for the future, I should replace the β^β with superscripted powers in the result box for a better look.)