Skip to content

Pure vanilla JavaScript calculator using modern ES6 syntax and classes

Notifications You must be signed in to change notification settings

Aniketh999/Vanilla-JavaScript-Calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple JavaScript Calculator

A Simple JavaScript Calculator is a project that demonstrates the functionality of a basic calculator using HTML, CSS, and JavaScript. This calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Features

  • Basic arithmetic operations
  • Simple design
  • Easy to use

Getting Started

To get started, follow these simple steps:

  1. Clone the repository

Usage

Once you have opened the index.html file in your web browser, you can start using the calculator by entering numbers and selecting the desired operation. The calculator will then display the result of the calculation.

About

Pure vanilla JavaScript calculator using modern ES6 syntax and classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.6%
  • HTML 20.7%
  • CSS 18.7%