Skip to content

This project is a simple web calculator built using HTML, CSS, and JavaScript

Notifications You must be signed in to change notification settings

DaneshCode/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💻 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

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