Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nisarg2061/currency-calculator

Javascript project that helps you calculate currency exchange.
https://github.com/nisarg2061/currency-calculator

Last synced: 2 days ago
JSON representation

Javascript project that helps you calculate currency exchange.

Awesome Lists containing this project

README

        

## Currency Calculator game written in Javascript with a web server written in golang.
The app uses docker for containerization so use the following command to set it up on your device:
```
step 1: Install Docker and Docker Compose
step 2: run docker-compose up -d
step 3: visit localhost:5088 to use the app.
```