anwesha2002 / calculator

This is a simple calculator project implemented in HTML5 and JS. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.

Home Page:https://anwesha2002.github.io/calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculator

This is a simple calculator project implemented in HTML5 and JS. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.

Table of Contents

Introduction

This calculator project is designed to provide a basic understanding of implementing arithmetic operations using [programming language of your choice]. It's a great starting point for beginners to learn about programming concepts like functions, conditionals, and user input.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Modulo

Usage

This calculator can be used to perform simple arithmetic calculations. You can run the program and provide input for the desired operation and numbers.

Getting Started

To get a local copy of the calculator project up and running on your machine, follow these steps:

Prerequisites

  • HTML5
  • JS

Installation

  1. Clone the repository:

    git clone https://github.com/anwesha2002/calculator.git
  2. Navigate to the project directory

  3. Open the file in browser.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

Fork the repository. Create a new branch for your feature or improvement. Make your changes and commit them. Push your changes to your fork. Open a pull request describing your changes.

About

This is a simple calculator project implemented in HTML5 and JS. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.

https://anwesha2002.github.io/calculator/


Languages

Language:HTML 88.3%Language:JavaScript 11.7%