Skip to content

A simple web based calculator created using pure HTML, CSS and pure JavaScript

Notifications You must be signed in to change notification settings

TySod/simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

A basic calculator web app built with HTML, CSS, and pure JavaScript. Perform simple arithmetic operations like addition, subtraction, multiplication, and division.

Features

  • Responsive and clean UI
  • Supports basic arithmetic operations
  • Keyboard and button input
  • No external libraries or frameworks

Demo

Calculator Screenshot

Getting Started

  1. Clone the repository:
    git clone https://github.com/TySod/simple-calculator.git
  2. Open index.html in your browser.

File Structure

mycalculator/
├── index.html
├── style.css
└── script.js

Usage

  • Enter numbers using the buttons or keyboard.
  • Click operators to perform calculations.
  • Press = to see the result.
  • Use C to clear the input.

Customization

  • Modify style.css to change the appearance.
  • Extend script.js to add more features.

License

This project is licensed under the MIT License.

About

A simple web based calculator created using pure HTML, CSS and pure JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published