Skip to content

luizgmelo/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A simple calculator, responsive for differents screens, built with HTML, CSS and JavaScript.


gif-calculator-desktop git-calculator-mobile

What is the project?

  • A simple calculator, responsive that can be used normally to make calculations in a practical and fast way.

How acess the project?

  • This project is hosted on Github Pages acess click here.

How use the project after open?

Use is simple. **You will only use the mouse or if you are on your cell phone, your fingers. **

  1. Step: click on the number to add in calculator.
  2. Step: do it the first step for operations (+,-,x,÷) for add in calculator.

So you can do the combination of calculations you prefer

  1. Step: click on button equal for receive the result.

Ready, the calculator return the value on screen.

Technologies

HTML5

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.

CSS3

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

JavaScript is the most popular language programming from web, it is the every interactivite, providing a better experience and providing the dynamic web sites.