Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arturbomtempo-dev/calculator
- Owner: arturbomtempo-dev
- Created: 2023-02-25T19:32:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T01:22:22.000Z (6 days ago)
- Last Synced: 2025-02-07T02:24:48.282Z (6 days ago)
- Topics: calculator, css, html, javascript
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).