Let's discuss your "JavaScript Calculator"

project link - http://codepen.io/mikeale03/full/dXJdaN/. trying to replicate my windows 7 built-in calculator.

Ha, thatā€™s funny, I was replicating my windows 7 built in calculator, too. Looks like our calculators are quite similar. Hereā€™s mine: https://beekey.github.io/calculator/

2 Likes

@Beekey Wow. your calculator looks better! amazing!

1 Like

Thank you, @mikeale03 :slight_smile: I put a lot of effort into that calculator. Yours is just as good, as I said, they look quite a bit alike.

Project Link - http://codepen.io/geligelu/full/qNjEzX/

Please provide feedback when you can.

Project Link ā”€ FreeCodeCamp : Javascript Calculator

Project link - http://codepen.io/baskoroi/full/AXYzJd

If you have any comments, suggestions, or something else to tell, feel free to reply me here.

Project Link - http://codepen.io/d33con/full/qbXOXE/

I went for the oldskool look in terms of functionality, buttons and the LCD screen. Have a play, any unexpected behaviour please let me know!

Hereā€™s my JavaScript Calculator: http://codepen.io/adamgibs/full/QERqpN/. Pretty bare bones but it gets the job done.

Project Link - http://codepen.io/akholod/full/OXKazr/

Here is my calculator! I use Angular Material for it. Feedback is welcome, especially about my Angular code. Thanks!

1 Like

Great to see so many people have made it this deep into FCC!

Hereā€™s my calculator, canā€™t wait to take a look at what some other people have done.

Hi, Santakmishra, took at look at your calculator, and the basic functions seem to work, but thereā€™s no log per the the project. Am I missing something?

RickStewart: Great project! Impressive stuff.

Hi Superking,

I tried your calculator, and I love the idea of using keyboard input, but it doesnā€™t seem to work, at least not in Chrome.

Also, no log!

Mizu, good stuff! I like it. I tried a bunch of long chains of operations and I always seemed to get the correct answer. I like the way you built the log into the main display, too. That was a nice solution.

1 Like

A very old calculator

I was in a class of electronic circuit design when the instructor got this thing out of his pocket. It was a little bigger than a pack of king-sized cigarettes. He switched it on and blinking red numbers started to appear. We all dropped our sliding rules and our jaw. Of course, we, poor students, couldnā€™t afford this $500 gadget.

Well, it is somewhat clunky, but it worksā€¦ somewhat.

Project Link - http://codepen.io/daniel-m/full/bpPJyr/

8 Likes

Hereā€™s my one!

I learned so many things coding this one. Canā€™t wait to get started on the Pomodoro!

Thatā€™s awesome :smiley: The digits on the screen are a bit difficult to see though, perhaps you could make the red in the background a tiny bit dimmer?

Great CSS on this one. The calculator has been my favorite FCC project so far, maybe because itā€™s a ā€œrealā€ app, even if itā€™s one thatā€™s been done plenty of times before.

Here is mine: https://bengitter.github.io/JavaScriptCalculator

2 Likes