https://github.com/fzn0x/anyconvert
💸 (Service Discontinued) AnyConvert - Ultimate Open Source Currency & Cryptocurrency Converter - Convert USD, BTC & More!
https://github.com/fzn0x/anyconvert
currency-converter react remix remix-run trpc trpc-client
Last synced: about 1 month ago
JSON representation
💸 (Service Discontinued) AnyConvert - Ultimate Open Source Currency & Cryptocurrency Converter - Convert USD, BTC & More!
- Host: GitHub
- URL: https://github.com/fzn0x/anyconvert
- Owner: fzn0x
- License: apache-2.0
- Created: 2024-04-13T17:05:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T19:43:30.000Z (9 months ago)
- Last Synced: 2025-03-18T16:53:00.943Z (about 1 month ago)
- Topics: currency-converter, react, remix, remix-run, trpc, trpc-client
- Language: TypeScript
- Homepage: https://anyconvert.fzn0x.rocks/
- Size: 444 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [anyconvert.fzn0x.rocks](https://anyconvert.fzn0x.rocks)
> [!WARNING]
> Backend service discontinued> AnyConvert Website of fzn0x.rocks
*The website targets the latest version of Chrome, Safari, and Firefox.*
## Setup Docker
```sh
# build image
docker build -f ./Dockerfile . -t remix/run# run container
docker run -d --name remix-server -p 3000:3000 remix/run
```