Skip to content

eva-lng/100devs-calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔢 #100Devs Push Project001: Calculator

My solution:

Calculator

This calculator enables users to perform basic arithmetic operations, such as addition, subtraction, multiplication, and division. It has been developed using HTML, CSS, and JavaScript. Through this project I gained experience working with OOP JavaScript and DOM manipulation.

I added an extra button 'DEL' that allows users to delete numbers that they typed in without reseting the calculator completely. Future optimizations could include adding more operations or enhancing the current basic design. Instructions for this project are included below.


Goal: Build a Simple Calculator using JS OOP best practices

What it should look like:

Calculator

How to submit your code for review:

  • Fork and clone this repo
  • Create a new branch called answer
  • Checkout answer branch
  • Push to your fork
  • Issue a pull request
  • Your pull request description should contain the following:
    • (1 to 5 no 3) I completed the challenge
    • (1 to 5 no 3) I feel good about my code
    • Anything specific on which you want feedback!

Example:

I completed the challenge: 5
I feel good about my code: 4
I'm not sure if my constructors are setup cleanly...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.2%
  • HTML 22.7%
  • CSS 18.1%