JEKO10 / Javascript-calculator

This is fully functional calculator, created using javascript.

Home Page:https://jeko10.github.io/Javascript-calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript calculator


Table of contents

Project task

This is a fully functional calculator, created using javascript.

Project overview

I assigned data-num values to numbers and operations buttons. Using the eval function, which just calculates the calculator input value, it was easy to make such a thing. I also created a button for clearing the whole calculator input value and a button for deleting the last digit.

Built with

  • HTML
  • CSS
  • Javascript
  • GitHub Pages

Live preview

Click for live preview

About

This is fully functional calculator, created using javascript.

https://jeko10.github.io/Javascript-calculator/


Languages

Language:HTML 52.8%Language:CSS 28.3%Language:JavaScript 18.9%