Skip to content

manohar9676/JSCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Project

This project is a simple calculator built with JavaScript, HTML, and CSS. It provides basic arithmetic operations and a clean, user-friendly interface.

Live Demo

Check out the live version of the calculator: Calculator Live Demo

Features

Addition, subtraction, multiplication, and division.

A responsive design that works on different devices.

Clear and intuitive interface.

Technologies Used

HTML: For the structure of the application.

CSS: For styling and making the UI visually appealing.

JavaScript: For implementing the calculator logic.