Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d-d-roshan/simple-calculator

This project is a basic calculator application built using HTML, CSS, and JavaScript.
https://github.com/d-d-roshan/simple-calculator

css html javascr

Last synced: about 1 month ago
JSON representation

This project is a basic calculator application built using HTML, CSS, and JavaScript.

Awesome Lists containing this project

README

        

# Simple Calculator

Welcome to the Simple Calculator! This project is a basic calculator application built using HTML, CSS, and JavaScript.

## Table of Contents
- [Installation](#installation)
- [Technologies used](technologies-used)
- [Usage](#usage)
- [Contact](#contact)

## Installation
To get a local copy up and running, follow these simple steps:

1. **Clone the repository:**
```sh
git clone https://github.com/D-D-Roshan/Simple-Calculator
```
2. **Navigate to the project directory:**
```sh
cd simple-calculator
```
3. **Open `index.html` in your browser:**
```sh
open index.html
```

## Technologies used






## Usage
1. Open the calculator by launching `index.html` in your web browser.
2. Use the on-screen buttons to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
3. The result will be displayed on the screen.
4. Switch between light and dark modes using the toggle button provided.

## Contact