https://github.com/dosbolacademic/5-calculator-foundation
Built Calculator using HTML/CSS and JS
https://github.com/dosbolacademic/5-calculator-foundation
css3 flexbox-css grid-layout html5 javascript
Last synced: 8 months ago
JSON representation
Built Calculator using HTML/CSS and JS
- Host: GitHub
- URL: https://github.com/dosbolacademic/5-calculator-foundation
- Owner: dosbolacademic
- License: mit
- Created: 2025-02-23T21:41:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T21:48:56.000Z (8 months ago)
- Last Synced: 2025-02-23T22:27:56.394Z (8 months ago)
- Topics: css3, flexbox-css, grid-layout, html5, javascript
- Language: HTML
- Homepage: https://dosbolacademic.github.io/5-Calculator-Foundation/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dosbol's Calculator
Dosbol's Calculator is a lightweight, web-based calculator application built using HTML, CSS, and JavaScript. It demonstrates how to create an interactive interface for performing basic arithmetic operations in a clean and responsive design.
## Features
- **Basic Arithmetic:** Easily perform addition, subtraction, multiplication, and division.
- **Interactive UI:** A user-friendly interface with buttons for digits, operations, and functions like clear (C) and remove (R).
- **Modular Structure:** Separation of concerns with HTML for structure, CSS for styling, and JavaScript for functionality.
- **Responsive Design:** Designed to adapt to various screen sizes for desktop and mobile devices.## Project Structure
- `index.html`: The main HTML file that structures the calculator interface.
- `style.css`: Contains styling rules for a clean and modern look.
- `index.js`: Implements the functionality behind the calculator’s buttons and operations.## Getting Started
1. **Clone the Repository:**
```bash
git clone
cd dosbols-calculator