/simple-calculator

Simple calculator

Primary LanguageJavaScriptMIT LicenseMIT

Simple Calculator

This is a simple calculator, with minimum mathematical operations, made using vanilla js.

NOTE: Mostly done! Although its still a work in progress, on few part/cases of functionalities, but UI is complete!

Screenshot

simple-calc-screenshot.png

Demo

Checkout the calculator here.

Tech Stack

Client: HTML, CSS, Javascript(vanilla JS)

Server: N/A

Concepts & Learnings

These are the following main concepts used in this project:

  • Design using CSS Grid
  • Event Listeners
  • Mathematical operations/functions
  • Use of 'eval' function and its caveats

License

MIT