https://github.com/md-rejoyan-islam/simple-calculator-using-javascript
This is a simple calculator . It is built using javascript programming language. This app is user-friendly and easy to use by anyone.
https://github.com/md-rejoyan-islam/simple-calculator-using-javascript
hmtl5 javascript tailwindcss
Last synced: 3 months ago
JSON representation
This is a simple calculator . It is built using javascript programming language. This app is user-friendly and easy to use by anyone.
- Host: GitHub
- URL: https://github.com/md-rejoyan-islam/simple-calculator-using-javascript
- Owner: md-rejoyan-islam
- Created: 2023-01-19T09:28:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T18:27:10.000Z (7 months ago)
- Last Synced: 2024-07-27T17:54:03.230Z (7 months ago)
- Topics: hmtl5, javascript, tailwindcss
- Language: HTML
- Homepage: https://md-rejoyan-islam.github.io/simple-calculator-using-javascript/
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Calculator Using JavaScript
### Project Description
This project is a simple calculator implemented using HTML, Tailwind CSS, and JavaScript. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator interface is designed using HTML and styled using Tailwind CSS. JavaScript is used to handle user input and perform the calculations using the `onclick` event and the `eval` function. The calculator displays the result of the calculation in the input field when the user clicks the equal sign button.
### Project Features
- Addition (+)
- Subtraction (-)
- Multiplication (\*)
- Division (/)
- Clear (AC)
- Delete (DEL)
- Equal (=)### Using Tools
- HTML:5
- Tailwind CSS
- JavaScript### Using JavaScript
- onclick
- eval### Project Preview
[Click to Preview](https://md-rejoyan-islam.github.io/simple-calculator-using-javascript)