| 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.
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.
- You may add input validation/error messages to make the form interactive.
- Your submission will be rated on its usage intuitiveness and visual attractiveness.
- Show us your frontend development and design skills, feel free to totally disregard the provided files for this problem.
- You may use this repo for token images, e.g. SVG image.
- 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.