Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/anwesha2002/calculator
css3 htmll5 javascript
Last synced: 5 days ago
JSON representation
This is a simple calculator project implemented in HTML5 and JS. It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Host: GitHub
- URL: https://github.com/anwesha2002/calculator
- Owner: anwesha2002
- Created: 2023-08-19T17:29:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T19:15:38.000Z (over 1 year ago)
- Last Synced: 2023-08-19T20:24:42.011Z (over 1 year ago)
- Topics: css3, htmll5, javascript
- Language: HTML
- Homepage: https://anwesha2002.github.io/calculator/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](#introduction)
- [Features](#features)
- [Usage](#usage)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Contributing](#contributing)## 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:
```sh
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.