Skip to content

nomionz/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Golang + htmx real-time currency converter (ECB provider)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published