Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.22 KB

Real-Time Currency Converter

Demo

Description

This is a real-time currency converter that uses the European Central Bank exchange rates data to convert between different currencies. The user can input the amount of money they want to convert and select the currency they want to convert from and to. The app will then display the converted amount in real-time.

How to run

Manually

  1. Clone the repository
  2. Run the following command to start the server
    go run .
  3. Open your browser and go to http://localhost

Docker

  1. Pull the image from Docker Hub
    docker pull nomionz/currency-converter
  2. Run the image
    docker run --rm -p 80:80 nomionz/currency-converter
  3. Open your browser and go to http://localhost

Technologies