Skip to content

pradeepkumarverma1/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic JS Calculator

The Basic Calculator will help you calculate basic arithmetic operations such as Addition, Subtraction, Multiplication, and Division.

Live Preview

You can checkout the live preview here: https://pradeepkumarverma1.github.io/calculator/

Screenshot

Capture

To-Do

  • Needs to add Lexical Analyzer and Parser and remove eval() for enhanced security
  • Needs to rectify the issue with appending the '-' like this 3 * - 2 (which is not yet solved)

Getting Started

Prerequisites

  • Web browser (Chrome, Firefox, Safari, etc.)

Installation

  1. Clone the repository:

    git clone https://github.com/pradeepkumarverma1/calculator.git