Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/withfabian/calculator
Simple Calculator For HTML And CSS
https://github.com/withfabian/calculator
calculator css html javascript simple-calculator
Last synced: 6 days ago
JSON representation
Simple Calculator For HTML And CSS
- Host: GitHub
- URL: https://github.com/withfabian/calculator
- Owner: withfabian
- License: mit
- Created: 2024-11-08T19:13:06.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-11-08T19:17:00.000Z (10 days ago)
- Last Synced: 2024-11-08T20:24:00.429Z (10 days ago)
- Topics: calculator, css, html, javascript, simple-calculator
- Language: HTML
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Calculator
![Preview](https://raw.githubusercontent.com/withfabian/calculator/refs/heads/main/preview.png)
This project is a simple web-based calculator built using HTML, CSS, and JavaScript. The calculator supports basic mathematical operations like addition, subtraction, multiplication, and division, and features a clean, modern, and responsive design.
## Features
- **Basic Operations**: Supports addition, subtraction, multiplication, and division.
- **Simple and Neat Design**: With a responsive layout and high-contrast color scheme.
- **Clear Button**: Easily clear all input.
- **Copyright Footer**: Displays copyright information at the bottom.## Preview
Screenshot of the calculator:
![Preview](https://raw.githubusercontent.com/withfabian/calculator/refs/heads/main/preview.png)
## Usage
1. **Clone this repository** to your computer:
```bash
git clone https://github.com/withfabian/calculator.git
```2. **Open the `index.html` file** in a web browser to run the calculator.
## Project Structure
- `index.html`: The HTML structure for the calculator.
- `style.css`: The CSS file for styling the calculator.
- `script.js`: The JavaScript file for calculator functionality.## Technologies Used
- **HTML**
- **CSS**
- **JavaScript**## Copyright
© 2024 Fabian Permadi