Simple, yet powerful web app for automatic crypto portfolio tracking
With fancy chart!
The main idea behind this project is to create portfolio tracking web application which is easy to use, easy to modify or extend and where user is an owner of his own data. That means everyone can make a fork of this project and run it in his own environment. Or they can just use the hosted app at hodl.watch
All user data are stored in browser local storage.
Track your portfolio value in an intuitive chart containing all your assets, stacked together.
Thanks to awesome ccxt library it has become fair simple to support many exchanges through unified API.
The app stores all its data in browser localstorage, only using stored api keys to communicate with exchanges.
One of the planned future features is optional dropbox/onedrive sync so that user can work with the same data on multiple devices.
hodl.watch being powered by React and Redux which is one of the most popular stacks in recent web development. That reduces the difficulty of having to learn a new technology for many developers. The code is written using well known best practises to stay readable and not difficult to modify or extend.
A developer wiki is planned to provide some instructions about how to work with the project.
This project was bootstrapped with Create React App.