Skip to content

drainmachine/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This is a simple calculator project built with HTML, CSS, and JavaScript.

Table of Contents

Project Structure

calculator/ ├── index.html ├── javascript.js └── styles.css

  • index.html: The main HTML file containing the structure of the calculator.
  • javascript.js: The JavaScript file responsible for dynamic behavior, such as creating a grid of buttons.
  • styles.css: The CSS file containing styles for various elements such as the main container, screen, buttons, and grid layout.

Setup

  1. Clone the repository:

    git clone https://github.com/YOUR_USERNAME/calculator.git
    cd calculator
    
  2. Open the index.html file in your browser.

Simply double-click the index.html file or serve it using a local development server.

Features

Responsive Interface: The calculator is designed to adapt to different screen sizes using CSS Flexbox and Grid.

Dynamic Grid Creation: A 4x4 grid of buttons is dynamically generated using JavaScript.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published