Skip to content

Commit

Permalink
added readme file project description
Browse files Browse the repository at this point in the history
  • Loading branch information
md-rejoyan-islam committed Jul 26, 2024
1 parent fc0224c commit d1c52a5
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## Simple Calculator Using JavaScript
# 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

Expand All @@ -11,6 +25,6 @@
- onclick
- eval

### Live Preview
### Project Preview

<a href="https://md-rejoyan-islam.github.io/simple-calculator-using-javascript/">Preview </a>
[Click to Preview](https://md-rejoyan-islam.github.io/simple-calculator-using-javascript)

0 comments on commit d1c52a5

Please sign in to comment.