Skip to content

Instantly share code, notes, and snippets.

@jorge-autogravity
Last active May 31, 2017 17:17
Show Gist options
  • Save jorge-autogravity/e4012027acf7527579236bfccd9e384d to your computer and use it in GitHub Desktop.
Save jorge-autogravity/e4012027acf7527579236bfccd9e384d to your computer and use it in GitHub Desktop.
Calculator Coding Challenge

Calculator Coding Challenge

Build a web app that displays a basic arithmetic calculator.

Suggested UI outcome

calculator preview

Techstack

Please use the following

Style restrictions

  • avoid images for the UI
  • resize width on mobile and keep reasonable width on desktop screens
  • use CSS Grid to layout the buttons

Source Code format

Please hand in the project as listed bellow

  • github or bitbucket public repo with the code
  • comment in the code as much as possible
  • README.md file with instructions on how to run the app
  • should be able to run on any computer locally.
  • include unit tests

App features

  • it should perform basic arithmetic operations (add, subract, multiply, divide)
@jorge-autogravity
Copy link
Author

calc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment