Skip to content

dcsp3/crypto-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Tracker is a web app that tracks my crypto portfolio using the Coinbase API.

image

Future plans of this application are:

  • Including other investments I make as I continue to diversify my portfolio thus making an all-in-one investment tracker.
  • Switching to another web framework since using Django doesn't make any sense as we're not working with databases.

Features

  • Portfolio Value- The first section of the application includes the total portfolio value and a breakdown of all currencies and their respective values.
  • Portfolio Allocation- This section features a doughnut chart (using chart.js) to display the allocation of different currencies in % value.
  • Profit Margin- Features a horizontal bar chart (again, using chart.js) to display profit (or loss) margins for each individual currency. It also has a section to display the total return on investment (ROI%) and Total Profit/Loss in £.
  • Table- The last section of the page contains a table that tracks various metrics of each individual currency.

Installation

Clone the repository by git clone https://github.com/dcsp3/crypto-tracker.git

Technologies Used

  1. Django: Web framework
  2. Chart.js: Data visualisation
  3. Coinbase API: Retrieving portfolio information

About

A website that tracks my crypto portfolio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published