Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhoan5/calculator-vanilla-js
calculator implemented in JavaScript, providing an easy-to-use calculator for inclusion in various projects
https://github.com/jhoan5/calculator-vanilla-js
calculator dom javascript mvc regular-expressions
Last synced: about 6 hours ago
JSON representation
calculator implemented in JavaScript, providing an easy-to-use calculator for inclusion in various projects
- Host: GitHub
- URL: https://github.com/jhoan5/calculator-vanilla-js
- Owner: Jhoan5
- License: gpl-3.0
- Created: 2024-03-05T12:37:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T04:27:24.000Z (8 months ago)
- Last Synced: 2024-03-12T05:32:06.364Z (8 months ago)
- Topics: calculator, dom, javascript, mvc, regular-expressions
- Language: JavaScript
- Homepage: https://codepen.io/Jhoan5-the-scripter/pen/NWodRoe
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator-vanilla-JS
![Calculator Image](calculator.PNG)
## About
This project contains a calculator implemented in JavaScript, providing an easy-to-use calculator for inclusion in various projects.
## Installation
### Into HTML
To integrate this calculator into your project, follow these steps:
1. Add the following tag in your HTML file:
```html
```2. Include the calculator.js file at the end of your HTML document:
```html
```
### Git bash
```git bash
git clone 'https://github.com/Jhoan5/Calculator-vanilla-JS.git'
```## why This Calculator?
This calculator stands out for not relying on the eval() function to operate; instead, it utilizes regular expressions. By choosing this calculator, you avoid potential issues associated with using eval().
## Contribute to This Project
Feel free to contribute to this project by forking it and implementing your improvements.
[![Fork](https://img.shields.io/github/forks/Jhoan5/Calculator-vanilla-JS?style=social)](https://github.com/Jhoan5/Calculator-vanilla-JS/fork)
Now, there's a "Contribute to This Project" section with a badge that links to the fork page of your GitHub repository. Users can click on the badge to fork the project easily.