This is a solution for an easy online calculator. All the UX/UI-Design comes from https://www.ebay.de/itm/264871409080 🤪
Use HTML, CSS and JavaScript to create a calculator that can do the basic arithmetic operations of addition, subtraction, multiplication and division.
The input takes place via the keyboard of the pocket calculator (buttons).
- find your own design and build the most beautiful calculator in the world ;)
- find out about JS eval() for the calculation.
- Solution URL: https://github.com/jenniferhubermayer/retro-calculator
- Live Site URL: https://jenniferhubermayer.github.io/retro-calculator/
- Semantic HTML5 markup
- CSS custom properties
- Grid
- JavaScript
- make % work
- make C work and remove the last entry, not the last number or letter
- fill display with 0 as default and overwite on input
- find an alternative for eval() as it should not be used anymore
- Website - https://github.com/jenniferhubermayer
This project has been realized as part of the super(c)ode "Front-End Boot-Camp 2022".