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.
- ➕ 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
You can view the live demo of the calculator by clicking the link below:
- Use the buttons to input numbers and perform various operations.
- Results will be displayed on the same page.