KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
crpyto-dash-trend
★ 16
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
kicad-pride-flags-lbr
:
Kicad Library to pretify your schematic with pride flags.
nightly-notes-vue
:
Notes app made using Vue (March 2022)
mobile-app
:
The main app for our organization
SimpleNavigation
:
Simple iOS app to showcase navigation with coordinators in SwiftUI + MVVM.
meta-meet
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
crpyto-dash-trend
?
Download (.md)
# Crypto Dash App - Trend Page Demo This repository contains the trend page of [cryptodashapp.com](https://www.cryptodashapp.com). For demo purposes, the scope of the app is reduced to a single (trend) page. Some of the areas this app can serve as an example is as follows: * Creating a responsive Dash App * Using bootstrap for styling * Multiple pages & navigation via side bar * Custom period selector to apply across different visualizations If you wish to run the app with Anaconda: 1 - Open a terminal window 2 - Clone the app either using: ssh -> git clone git@github.com:CanerIrfanoglu/crpyto-dash-trend.git or https -> git clone https://github.com/CanerIrfanoglu/crpyto-dash-trend.git 3 - Create new conda environment to prevent interfering with existing packages by running `conda create --name py38 python=3.8` (optional) 4 - Install required packages by running `pip install -r requirements.txt` 5 - Run the app via: `python app.py`