https://cointracker.lol is a free cryptocurrency portfolio tracker built in the Django framework. This project uses Bootstrap 3, FlowUI, Chart.js and vanilla JavaScript for the frontend.
Right now, only a few major cryptocurrencies are supported. The core features of the application are mostly done, but more advanced features are still in development.
Clone the repo and change directories into it.
cd cointracker
Create and enter the virtual environment.
python3 -m venv ./env
. env/bin/activate
Install required python packages.
pip install -r requirements.txt
Run the server.
python3 manage.py runserver
As an open-source project, we welcome contributions from developers, designers, and crypto users.