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

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.

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)