brkyurun / calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pastel Calculator

This is a calculator project that I've done as part of "The Odin Project"s Foundations curriculum. I have learned quite a lot from this project, including how callback functions should be called. I also improved on the readability and cleanliness of my code and paid attention to separation of concerns.

Features

  • Add, subtract, divide, and multiply numbers.
  • Operate with floating-point numbers using the decimal button.
  • See up to 3 decimals after calculation.
  • Clean, minimal design with no sharp contrast between the colors to prevent eye fatigue.

About


Languages

Language:JavaScript 42.8%Language:CSS 33.9%Language:HTML 23.3%