Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 552 Bytes

File metadata and controls

6 lines (5 loc) · 552 Bytes

Technical task web app

  1. Create a web app that calculates the area of different shapes (e.g circle, square, triangle) and visualizes them on screen
  2. You must use the getDistanceAPI -method from the include.js to get a random distance value for your shapes. Otherwise you are free to structure the app.
  3. You are free to use libraries as lodash, jQuery, react etc. but we prefer to see as much of your vanilla JS as possible
  4. Since this is a task that is intended to run in Chrome, you are free to write ES6 without a transpiler (like Babel)