Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 844 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 844 Bytes

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