Skip to content

This is a solution for an easy online calculator using HTML grid layout, CSS and JavaScript.

Notifications You must be signed in to change notification settings

jenniferhubermayer/retro-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

retro-calculator | An easy online calculator

This is a solution for an easy online calculator. All the UX/UI-Design comes from https://www.ebay.de/itm/264871409080 🤪

Table of contents

Overview

The challenge

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.

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Grid
  • JavaScript

Continued Development

  • 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

Author

Acknowledgments

This project has been realized as part of the super(c)ode "Front-End Boot-Camp 2022".