no features, no download, fast loadtimes. See DEMO
The app is in the making. Its a cryptocurrency portfolio tracker designed for mobile usage that does not require you to download an app or to create an accout, simply track your crypto portfolio by submitting your holdings on the landing page, which will then generate a link for you where you can directly see your portfolio! No download, no registration, fast loadtimes!
- landing page is still in the making. Current state here: http://coinrocketapp.com/landing.html
- crypto portfolio tracker is working, but the holdings have to be entered in the URL as params! So for example, if you want to track
3 BTC
and15 ETH
, just append?BTC=3Ð=15
to the following base URL:http://CoinRocketApp.com/
. - example 1:
http://CoinRocketApp.com/?BTC=1Ð=12&XMR=20&MIOTA=1000
- example 2:
http://CoinRocketApp.com/?BTC=1&HOT=1000000&NANO=1000&NEO=50
- example 3 (list all coins):
http://CoinRocketApp.com/
by dcts / v0.0
firebase serve
Hosted on firebase: coinrocketapp.web.app
firebase deploy
- Total Portfolio Value is not working (hardcoded)
- refactor card creatiion code
- landing page where user can input his holdings and gets redirected to his portfolio link
- Coin Rocket Logo design
- refresh feature on pull
- improve coin cards (add 24h/7d % changes)
- responsiveness: designs for tablets and desktop usage
- support for different currencies (โฌ and $)
- refactor app as reactapp
- create firebase database with conjobs (each 5 mins update crypto prices and keep track of price history to be able to display a chart of the last 7 days)
- expandable cards (show price chart with option to select between 1d, 7d, 1m, 3m) -> link to coinmarketcap
- sortableJS -> make cards sortable and adapt url (if such a functionality is possible) -> indicate to user that link has changes
- store user settings tied to link in a database maybe? That way the view becomes customizable without being forced to create an account and log in. Linktoken = "fake authentication"!
- (dark mode)
- write an own deterministic URL shortener to avoid url's that are extremely long. Store them as key-value pairs in the database! Interesting YOUTUBE TUTORIAL by Traversy Media.
if you want to contribute in any way, feel free write me ([email protected])! CoinRocket needs to be ready for the next crypto bullrun when the market gets flooded with new shitcoins.
Number(document.querySelectorAll(".InfoContainerreact__InfoContainer-sc-15x3z7c-0 > *")[2].querySelector(".Info--icon").innerText)