Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.21 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.21 KB

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