Live data from Hacker News

Show HN: I made a currency convertor I always wanted

pocketweb.tools

1–6 of 6 posts

Show HN: I made a currency convertor I always wanted

#1
I built this currency converter because most others make it cumbersome to switch currencies or only support one-to-one conversions. It’s built with Next.js, OriginUI, and TailwindCSS for a fast, minimalist experience. Any feedback on performance, design, or new features is welcome—thanks for checking it out!

Show HN: I made a currency convertor I always wanted
pocketweb.tools

Re: Show HN: I made a currency convertor I always wanted

#4
post #3

The currencies in the description of the exchange rates appear to be swapped. It also doesn't allow to easily select and copy it out (had to press Ctrl+C while still selecting). Otherwise it's looking good :)

thanks so much for the feedback! i will fix the rates part. but i didn't get the copy paste part, what were you really trying to copy paste?

Re: Show HN: I made a currency convertor I always wanted

#5
post #3

The currencies in the description of the exchange rates appear to be swapped. It also doesn't allow to easily select and copy it out (had to press Ctrl+C while still selecting). Otherwise it's looking good :)

thanks so much for the feedback! i will fix the rates part. but i didn't get the copy paste part, what were you really trying to copy paste?

I wanted to copy out the "1 EUR = 0.961498 USD" part but once I end the selection (by releasing the mouse button) it selects the currency tile making the text selection go away.

I think a solution could be to make it non-selectable (as it works like an app) and instead provide a button to copy the information to the clipboard.

Re: Show HN: I made a currency convertor I always wanted

#6
post #5

Earlier quoted context omitted.

thanks so much for the feedback! i will fix the rates part. but i didn't get the copy paste part, what were you really trying to copy paste?

I wanted to copy out the "1 EUR = 0.961498 USD" part but once I end the selection (by releasing the mouse button) it selects the currency tile making the text selection go away. I think a solution could be to make it non-selectable (as it works like an app) and instead provide a button to copy the information to the clipboard.

ok got it, will fix soon. thanks for the feedback!