Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/d-d-roshan/simple-calculator
- Owner: D-D-Roshan
- Created: 2024-03-28T09:47:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:17:42.000Z (6 months ago)
- Last Synced: 2024-06-27T16:30:10.159Z (6 months ago)
- Topics: css, html, javascr
- Language: CSS
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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