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.
- 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
- 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.
- HTML - Generate and Structure web page
- CSS - Style and layout web page
- JAVASCRIPT - developed responsiveness and make calculator interactive
This repository will not be accepting contributions. But you are free to clone and make changes as you like.
- Akhil Pasupuleti - Initial work - Mesfrum