A simple calculator, responsive for differents screens, built with HTML, CSS and JavaScript.
- A simple calculator, responsive that can be used normally to make calculations in a practical and fast way.
- This project is hosted on Github Pages acess click here.
Use is simple. **You will only use the mouse or if you are on your cell phone, your fingers. **
- Step: click on the number to add in calculator.
- Step: do it the first step for operations (+,-,x,÷) for add in calculator.
So you can do the combination of calculations you prefer
- Step: click on button equal for receive the result.
Ready, the calculator return the value on screen.
HTML is a markup language for creation and structure web pages, consist in consists of a series of elements that define for the browser the content and the meaning it has.
CSS is a markup language for style web pages, describle for browser how should be show the HTML. It makes it possible that the pages don't be only black and white and addapt for differents screens sizes.
JavaScript is the most popular language programming from web, it is the every interactivite, providing a better experience and providing the dynamic web sites.