Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 717 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 717 Bytes

Recruitment Task

Editor’s prototype for a redactor of a cryptocurrencie’s blog.

The task is to prepare an example of a text window that will allow you to type in content along with suitable data markers. In twin window written text should be transformed in a way where the markers would be replaced with a results-driven action in a suitable method brought by appropriate argument. Each argument should be formatted in a followed way: {{ MethodName/argument }}.

Available methods

Editor allow the interpretation of two methods: name and price.

Examples:

{{Name/BTC}} => Bitcoin

{{Price/BTC}} => 43699.68

👀 👉 DEMO