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.
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…
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.
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.