Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arturbomtempo-dev/calculator

Project designed to perform basic math calculations in a simple way.
https://github.com/arturbomtempo-dev/calculator

calculator css html javascript

Last synced: 5 days ago
JSON representation

Project designed to perform basic math calculations in a simple way.

Awesome Lists containing this project

README

        

# Calculator
Program developed through a class of the channel [Not Only Dev](https://www.youtube.com/@notonlydev3314) in order to improve my knowledge in JavaScript.

![Image of the calculator](https://user-images.githubusercontent.com/96635074/221375767-7568674a-7ab7-4126-a443-07420fa9e681.png)

## 🔨 Project functionality
Perform basic mathematical calculations (addition, subtraction, multiplication, and division).

## 💻 Technologies used
* [HTML](https://developer.mozilla.org/pt-BR/docs/Web/HTML): page structuring, accessibility and semantics
* [CSS](https://developer.mozilla.org/pt-BR/docs/Web/CSS): page styling
* [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript): dynamicity of the page

## 📁 Project access
You can view the hosted page by clicking [here](https://calculator-artur-bomtempo.vercel.app/).