Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 898 Bytes

README-en-US.md

File metadata and controls

26 lines (16 loc) · 898 Bytes

Calculator

About

This calculator performs the five main math operations: addition, subtraction, multiplication, division and percentage.

Objective

The objective of this project was to create a simple and functional calculator using the compiler Simple Web CLI to automate its development.

How to run the project

  1. git clone https://github.com/petrucc1/calculator.git to clone the project;
  2. npx sw or npx sw start prepares the environment to start the service;
  3. Just access http://localhost:3030/ in your browser to view the application.

Technologies used

  • HTML5
  • CSS3
  • JavaScript (ES6)

Finalization

The final image of the project is this:

calculadora