ARK-Builders / ARK-Rate

ARK Rate is a tiny convenience app for quickly converting multiple currencies at the same time
https://www.ark-builders.dev/apps/rate/
MIT License
2 stars 2 forks source link

Search currencies by common names #35

Closed kirillt closed 1 year ago

kirillt commented 1 year ago

Currently, the only method to add a currency is by entering its exact three-letter code.

From a UX standpoint, this is suboptimal because:

Optimizing the process to allow currency addition by their colloquial name would greatly enhance the experience:

Additionally, incorporating typo tolerance and localized input can significantly boost usability.

kirillt commented 1 year ago

Search by country should be implemented, too.

kirillt commented 1 year ago

Implemented in https://github.com/ARK-Builders/ARK-Rate/pull/37