Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.54 KB

File metadata and controls

22 lines (14 loc) · 1.54 KB

Problem 2: Fancy Form

Category Frontend Fullstack

⏰ Duration: You should not spend more than 16 hours on this problem. Time estimation is for internship roles, if you are a software professional you should spend significantly less time.

Task

Create a currency swap form based on the template provided in the folder. A user would use this form to swap assets from one currency to another. You may use any third party plugin, library, and/or framework for this problem.

  1. You may add input validation/error messages to make the form interactive.
  2. Your submission will be rated on its usage intuitiveness and visual attractiveness.
  3. Show us your frontend development and design skills, feel free to totally disregard the provided files for this problem.
  4. You may use this repo for token images, e.g. SVG image.
  5. You may use this URL for token price information and to compute exchange rates (not every token has a price, those that do not can be omitted).

✨ Bonus: extra points if you use Vite for this task!

Please submit your solution using the files provided in the skeletal repo, including any additional files your solution may use.

💡 Hint: feel free to simulate or mock interactions with a backend service, e.g. implement a loading indicator with a timeout delay for the submit button is good enough.