Skip to content

Javad-Ak/crypto_visualizer

Repository files navigation

Crypto Visualizer: Web app in django using plotly

Description

This is a simple Web app in django and bootstrap which uses plotly to create figures of crypto assets. It uses Coingecko public API to get real-time data.

Table of Contents

Installation

To run the project, simply install packages in requirements.txt in your active venv:

pip install -r requirements.txt

Then run the project using django commands:

python manage.py runserver

Notice that The server is running localhost and DEBUG is True.

Features

  • real-time data
  • market overview and market cap map.
  • price and price change data
  • searching
  • test cases

Screenshots

image

image

image

image

Technologies

  • python
  • django
  • plotly
  • bootstrap
  • html & css

License

This project is licensed under the MIT License. You are free to modify and distribute the project according to the terms of the license.

Contribution

Contributions to this project are welcome! If you want to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure that the codebase passes all tests.
  4. Submit a pull request describing your changes.

About

Web app in django using plotly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published