Visualization of the live crypto-currency market data using a interactive treemap.
** site is still being developed, so additonal information is being added for each coin. **
- Create a better version of coin360.io, by improving interactions, adding more information per coin, and creating more visualization options, while simplfying the code as much as possilbe. I choose coin360.io, as it is the best visualization of the live crypto currency market that I've seen.
- If you are viewing by category which is default, click on a block so see the coins on a category, and click on a coin, and scroll down to see more information about it.
- Hovering over a block will give you live market data in a tooltip. Hovering over a coin gives you information about that coin, while hover over a category block will give you information about all the coins in that cateogry, with only numerical values like market cap, being a sum off the market caps for all coins in that category.
- In the terminal cd to the directory you cloned this program
- Run the command "python3 -m http.server", and click ok on the pop up from the chrome browser
- Go to http://localhost:8000/
- Click on coinvista.html
- Add backround information for the remaining 99 coins/tokens.
- Add ether and eos as currency options
- Add the option to view just token, coins, or mineable coins/tokens
- add treemap for currency exchanges
- make clicking and tooltip mobile friendly
- Improve the UI, making it a more prettier and slick one page scroller.
- Upgrade the code to use d3plus ver 2.
- use an api with more information, which requires using a server side language, which github pages does not host, so recode and host somewhere else.