Skip to content

joao-coimbra/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This calculator is a project powered by pure javascript to be organized and elaborated with javascript concepts.

  • You can realize simple mathematical operations
  • Use keyboard events
  • This is math with programming!

Preview

calc.png

Development

To start the development, it is necessary to clone the GitHub project:

cd calculator
git clone https://github.com/joao-coimbra/calculator.git

Now just open the index.html!