Skip to content

Mesfrum/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple calculator, I made as a beginner project for The Odin Project - Foundations. Occasionally I update this repository to include and apply new things I have learnt.

Features

  • Can do simple mathematical operations of addition, subtraction, multiplication and division.
  • Has a secondary display at the top that displays/holds operation to be conducted.
  • Automatically seperates thousands with a comma - ','
  • Keyboard integration available. No need of using mouse/touchpad.
  • Dynamic Background

Improvements to be made

  • Mobile compatibilty yet to integrated.
  • Operations such as percentage and exponents are not featured.

I will be implementing these improvements gradually. And am welcome to suggestions.

Demo

Demo gif

Built With

  • HTML - Generate and Structure web page
  • CSS - Style and layout web page
  • JAVASCRIPT - developed responsiveness and make calculator interactive

Contributing

This repository will not be accepting contributions. But you are free to clone and make changes as you like.

Authors

  • Akhil Pasupuleti - Initial work - Mesfrum

Acknowledgments