Skip to content

srivarshithdaladuli/Calculator-Using-NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Web Application

The Calculator Web Application is a simple and user-friendly calculator built using Node.js and JavaScript. It allows users to perform basic arithmetic operations, such as addition, subtraction, multiplication, and division, within a web browser.

Calculator Screenshot

Table of Contents

Features

  • Basic Arithmetic: Perform addition, subtraction, multiplication, and division operations.
  • Real-Time Calculation: See results as you input numbers and operators.
  • Clear Functionality: Reset the input with a single click.

Demo

You can try out the Calculator Web Application live at Demo Link.

Getting Started

Follow these instructions to set up and run the calculator web application on your local machine.

Prerequisites

Before you begin, ensure you have the following:

  • Node.js: Make sure you have Node.js installed. You can download it from nodejs.org.

Installation

  1. Clone the Repository:

    git clone https://github.com/srivarshithdaladuli/Calculator-Using-NodeJS.git
  2. Navigate to the Project Directory:

    cd Calculator-Using-NodeJS
  3. Install Dependencies:

     npm install
    

Usage

To run the calculator web application, follow these steps:

Start the Node.js Server:

   npm start