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

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

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 ❤️