Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nisarg2061/currency-calculator
- Owner: Nisarg2061
- Created: 2024-07-30T18:37:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T14:15:51.000Z (3 months ago)
- Last Synced: 2024-08-26T16:45:07.458Z (3 months ago)
- Language: JavaScript
- Homepage: https://nisarg2061.github.io/Currency-Calculator/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```