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.)

Link to Github