https://github.com/xmas7/cryptocurrency-calculator
A simple cryptocurrency portfolio calculator built with react and ruby on rails.
https://github.com/xmas7/cryptocurrency-calculator
calculator crypto cryptocurrency currency portfolio ruby simple
Last synced: about 2 months ago
JSON representation
A simple cryptocurrency portfolio calculator built with react and ruby on rails.
- Host: GitHub
- URL: https://github.com/xmas7/cryptocurrency-calculator
- Owner: xmas7
- License: mit
- Created: 2022-09-30T15:58:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T15:58:51.000Z (over 2 years ago)
- Last Synced: 2025-02-01T09:28:03.425Z (4 months ago)
- Topics: calculator, crypto, cryptocurrency, currency, portfolio, ruby, simple
- Language: Ruby
- Homepage:
- Size: 852 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptocurrency Portfolio Calculator
A simple cryptocurrency portfolio calculator built with react and ruby on rails.

Run it locally:
* Prepare the database:
`rails db:prepare`
* Start your rails server:
`rails s`
* Navigate to http://localhost:3000 in your browser