I Made a Calculator

September 12, 2020

Screencap of my calculator
Screencap of my calculator

I made a calculator from scratch and I’m proud of it.

I built it using JavaScript, HTML and CSS and it’s the first time I’ve developed something without a guide or researching or having a structure or anything in place.

After I built it I had to test it and discovered issues like when you add more than one number. Or decimal places were working but not when it was zero point something. So I had to go back to my code and diagnose and fix these, which I found very simple because I knew all the code and what it was doing.

It’s also in dark mode so you feel cool.

Fun exercise but it’s a little daunting that this is only the third project of the App Challenge I’m working through. I think there’s 100 and they get harder as you go along.

Try it here: My Calc

Let me know if you find any bugs! You can see the code here: GitHub.

Comments

Making Apps

September 8, 2020

To expand on my last post a little, I’ve started working my way through this App Ideas Collection, in addition to client projects (photography and web). I find making apps like these helps me apply learning and problem-solve.

My 2nd project - a border radius preview and code generator app
My 2nd project – a border radius preview and code generator app

I’ve been freelancing for a few years and the work I get can vary. I now feel like many of my interests and skills are consolidating into something tangible, so my goal is to translate this into a vocation.

I’m also just happy I got these to work and wanted to show them off.

My 1st app, turn binary to decimals or vice-versa.
My 1st app, turn binary to decimals or vice-versa.

I’ll be making apps from the list moving forward and adding them to my Github repository.

  • Try the Border Radius Preview and Generator App here
  • Try the Binary to Decimal App here

Comments