I made cryptoMonitor to learn React. It uses CryptoCompare's web socket to keep an eye on the positions you insert. 💰
If you need a serious business crypto tracker, I use and recommend Coin Portfolio. 🤖
git clone [email protected]:lenilsonjr/cryptoMonitor.git
cd cryptoMonitor
npm install
npm start
You can contribue to cryptoMonitor by forking and sending a pull request with your new feature or bug fix.
A huge thanks to CryptoCompare for making such a wonderful API and Web Socket.