Skip to main content
tlacadev
Back to projects
Completed

Currency Converter

A small Vue.js utility that fetches live exchange rates for major currencies through a public API, with a deliberate focus on intuitive UI.

Vue.jsJavaScriptREST API
Currency Converter UI showing an exchange rate result

Currency Converter is a straightforward utility built entirely with Vue.js. It consumes a public currency API to retrieve live exchange rates for major global currencies, with the emphasis placed on a clean, intuitive user interface rather than feature breadth.

What I learned

  • Building a small but polished Vue single-page app from scratch.
  • Handling asynchronous fetches, loading states, and error boundaries for a third-party API.
  • Designing for a single task done well rather than a feature pile-up.