Skip to content

This project is a simple calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It is written in HTML, CSS, and JavaScript and uses a flex layout for the interface.

License

Notifications You must be signed in to change notification settings

zelisturkyilmaz/basic-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

This project is a simple, yet powerful calculator that allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, division, and more. It is written in HTML, CSS, and JavaScript, and uses a flex layout for the interface.

Simple Calculator

Features

  • Perform basic arithmetic operations
  • Use of decimals and negative numbers
  • Clear input and output fields with a single click
  • Keyboard support added for TKL keyboards

Project structure

The project includes the following files:

  • static/style.css: This stylesheet controls the appearance of the calculator, including the font, colors, and layout.
  • static/script.js: This script handles the logic of the calculator, including the calculation of the result and the management of the input and output fields.
  • index.html: This is the HTML file for the calculator interface, which includes the layout and the buttons.

Making changes

To make changes to the project:

  1. Edit the HTML and CSS files to modify the layout and styling of the calculator.
  2. Edit the JavaScript file to change the calculator's functionality.

License

MIT

About

This project is a simple calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It is written in HTML, CSS, and JavaScript and uses a flex layout for the interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages