https://github.com/daneshcode/calculator
This project is a simple web calculator built using HTML, CSS, and JavaScript
https://github.com/daneshcode/calculator
calculator calculator-javascript css html html-css-javascript javascript
Last synced: 4 months ago
JSON representation
This project is a simple web calculator built using HTML, CSS, and JavaScript
- Host: GitHub
- URL: https://github.com/daneshcode/calculator
- Owner: DaneshCode
- Created: 2025-02-06T16:24:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T21:13:25.000Z (4 months ago)
- Last Synced: 2025-02-16T22:20:18.960Z (4 months ago)
- Topics: calculator, calculator-javascript, css, html, html-css-javascript, javascript
- Language: JavaScript
- Homepage: https://daneshcode.github.io/Calculator/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💻 Web Calculator
This project is a simple web calculator built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations (addition, subtraction, multiplication, and division), view multiplication tables, check if a number is prime or composite, and convert temperatures from Fahrenheit to Celsius.
## ✨ Features
- ➕ **Arithmetic Operations:** Addition, subtraction, multiplication, and division
- 🔢 **Multiplication Table:** Display multiplication table for two numbers
- 🔍 **Prime or Composite:** Check if a number is prime or composite
- 🌡️ **Temperature Conversion:** Convert Fahrenheit to Celsius
- 🌗 **Light and Dark Theme:** Toggle between light and dark modes for user comfort## 💻 Live Demo
You can view the live demo of the calculator by clicking the link below:2. Use the buttons to input numbers and perform various operations.
3. Results will be displayed on the same page.