Skip to content

0jc1/cointracker

Repository files navigation

Cointracker

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.

Installation

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

Contributions

As an open-source project, we welcome contributions from developers, designers, and crypto users.

Screenshots

Screenshot 2024-12-30 at 12 09 05 PM