Feedback for a currency converter tool in javascript

Hello Everyone!
I have made a currency converter project with html, css and javascript.
The main motive of this project was to learn every js topic, especially practice using API data with promise chaining.
I would appreciate feedback on this project on visual design, code structure, javascript logic, responsiveness or any other field that needs improvement.

Here is the link for code :
(GitHub - Nandini0409/currency-converter)
link for live preview:
(Currency Converter)

Thank you in advance!

1 Like

Hey.
Nice and simple project.
I’d advise keeping documentation, what the project is about, technologies used to build… just some docs about the project. Also, consider using more semantic elements…articles, aside…

Overall, this is a good project.

1 Like

Thank you for your feedback and advice! I’ll definitely keep documentation about the project, including its purpose and the technologies used. I’ll also focus on using more semantic elements to enhance the structure. I’m glad you found the project good overall.

1 Like

Hi @NandiniDixit

Consider adding a keypad for the numerical input, that way you can avoid the end user entering letters or symbols into the input field.

Happy coding

1 Like

Hello @Teller
Actually for adding a keypad for input I need to use input type number which comes with s spinner arrows which I don’t want in the amount box. So that’s why I used the text type.