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

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

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:

🔗 Open the Calculator

2. Use the buttons to input numbers and perform various operations.
3. Results will be displayed on the same page.