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.
- Clone the repository
- Run the following command to start the server
go run .
- Open your browser and go to
http://localhost
- Pull the image from Docker Hub
docker pull nomionz/currency-converter
- Run the image
docker run --rm -p 80:80 nomionz/currency-converter
- Open your browser and go to
http://localhost
- HTMX latest CDN
- Tailwind CSS latest CDN
- Golang 1.22
- GoFiber v2
- Docker latest