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

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

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