goncalobv / hodlwatch

Extensible web application for crypto portfolio tracking. With charts!

Home Page:https://hodl.watch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hodl.watch

Secure web application for cryptocurrency 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, nothing is being sent out of your device.

Project is under heavy development

Features

Advanced charting

Track your portfolio value in an intuitive chart containing all your assets, stacked together.

Automatic exchange data import

Thanks to awesome ccxt library it has become fair simple to support many exchanges through unified API.

Private data storage

The app stores all its data in browser localstorage, not sending it to any third party.

One of the planned future features is optional dropbox/onedrive sync so that user can work with the same data on multiple devices.

Easy to modify

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.

Powered by

js-standard-style

This project was bootstrapped with Create React App.

Roadmap

Hosted by GitHub pages

Keep calm and hodl!

About

Extensible web application for crypto portfolio tracking. With charts!

https://hodl.watch

License:MIT License


Languages

Language:JavaScript 93.9%Language:CSS 4.7%Language:HTML 1.4%