Skip to content

A calculator excercise developed in Javascript. Front End in Css and HTML

Notifications You must be signed in to change notification settings

shakeel229/calculatorInJavascript

Repository files navigation

Calculator In Javascript developed as a Excercise at Generation

Technologies

Following Technologies have been used to develop this Calculator

  1. HTML 5
  2. CSS Grid
  3. JavaScript

Info

The code has been written into a Javascript class and following are the major mehtods of the Calculator Class

  1. UiEventsHandler - It handles all buttons cliick events
  2. performCalculation - It contains the code to perform arithametic operations on variables

Functionality

This calculator provides following basic features

  1. Performs basic Arithematic operations (+,,*,/,-).
  2. Performs calculations on decimal numbers as well.
  3. It has functionality to clear screen values.
  4. It has ability to perform last calculation again by clicking = button

Link to live Page 💻

Repo is Live at Netlify Netlity Link{:target="_blank"}

Demo UI Page!

Install ⚙️

npm install / yarn install

Start 🏃

npm run start

Build 😷

npm run build

📋

Note

This task was completed by following the tutorial at the following tutorial at freecodecamp.org

About

A calculator excercise developed in Javascript. Front End in Css and HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published