GithubHelp home page GithubHelp logo

calculator's Introduction

Calculator

preview

First let's talk about the HTML

  • The HTML file contains just the basic buttons and the container of my whole calculator.
  • html_file

On to the CSS

  • I used Grid to design the whole layout
  • As the Grid is now widely used among so many different web designs, the grid makes things look more aesthetic.
  • CSS Grid is one of the main things in CSS nowadays and this project is the best way to improve my grid skills.
  • I used a light background for the body to make it look more pleasing.

Now the main part ( THE JAVASCRIPT FILE )

  • I used an Object-oriented approach to build this project.

  • The main object is the calculator

  • it takes two parameters which are previousnumber ( the number that was entered before) and current number (the number that is being entered now )

  • The object calculator has certain methods

    • del() To delete the last digit of the current input
    • clear() To clear out the previous as well as current input and the operator
    • calc() To calculate the result
    • currentoperator() that watches for the operator and once an operator is selected the currentinput becomes the previousinput and the calculation goes on
    • appendInput responsible for adding the numbers to the currentand previous input
    • updateDisplay() is responsible for updating the display on the screen mainly on the calculator

What I learned doing this project:

  • CSS GRID
  • Object-oriented programing
  • JS functionality
  • Best practices

calculator's People

Contributors

alucard2169 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.