/100devs-calculator

This project was built as part of the 100Devs class 22 calculator pushwork.

Primary LanguageCSS

🔢 #100Devs Push Project001: Calculator

My solution:

Screenshot 2023-04-13 105309

I designed my calculator to look sleek and modern. My plan is to improve it further by adding more operators, such as the % and ^ operators, and add a feature to view previous calculations.

Information and instructions about this assignment are 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...