SPEEDSTOR

About Me

< back

Stock Visualizer    python

30 July, 2020   
GitHub last commit GitHub code size in bytes GitHub language count

Source Code (GitHub): https://github.com/Speedstor/stockVisualizer
Website: http.speedstor.net/demo/stockVisualizer


Knowing that my parents are interested in stocks, I want to them be aware of the market in a more visual manner.

This application uses a python backend to retrieve data from Finnhub API and reorganized it. On the front end, it uses canvas element in HTML and js to draw the visuals.

This project was a practice of everything that I have learned about web applications. It incorporates my understanding on the full-stack web application structure in creation. It is a demonstration of my current abilities.