https://github.com/umangvadukar/calculator
Simple Calculator using html , css and javascript
https://github.com/umangvadukar/calculator
arithmatic arithmetic-computation calculator html-css-javascript javascript simple-calculator-js
Last synced: about 1 month ago
JSON representation
Simple Calculator using html , css and javascript
- Host: GitHub
- URL: https://github.com/umangvadukar/calculator
- Owner: UmangVadukar
- Created: 2023-09-11T10:12:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T05:09:07.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:48:41.005Z (3 months ago)
- Topics: arithmatic, arithmetic-computation, calculator, html-css-javascript, javascript, simple-calculator-js
- Language: CSS
- Homepage: https://umangvadukar.github.io/Calculator/
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Project
This is a simple calculator project created using HTML, CSS, and JavaScript. It's designed for beginners to showcase fundamental frontend development skills and to serve as a valuable learning exercise for web development enthusiasts.
## [Live Demo](https://umangvadukar.github.io/Calculator/)
## Features
- Supports basic arithmetic operations: addition, subtraction, multiplication, and division.
- Includes a clear button to reset the calculator.
- Real-time display of calculation results.
- Features a sleek and responsive user interface.
- Developed using HTML5, CSS3, and JavaScript.## Project Structure
- calculator.html: The primary HTML file containing the calculator's layout.
- styles.css: The CSS file responsible for styling the calculator.
- script.js: The JavaScript file implementing calculator functionality.## Keep Coding ❤️