Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.08 KB

YesChef Currency Converter Challenge

Welcome to YesChef Node.js challenge.
Solving this challenge will get you one step closer to working with our team on our amazing platform.
Please read the instructions carefully and follow them as this is part of the challenge.

Solving Flow

  1. Clone the repository
  2. Create a new branch (entitled "your name")
  3. Solve the challenge
  4. Commit and push
  5. Create a pull request

The Challenge

You need to create a currency converter web service.
The system is half way done and you need to complete it.
Please continue the work on main.js
The repository includes a test file called currency-challenge-test.html
We'll run the test file on your solution as well as some more edge cases (not included in the file)

Scoring System

  • A solution that works - 60%
  • Clean code (readable and reuseable) - 20%
  • Proactive (Is something missing in the requirements?) - 20%

Task should take around 30 min

Good Luck!