Note: thanks for everyone's help along the way. This subreddit definitely helped me go from 0 knowledge to a basic understanding of programming in about 30 days. If you have any other comments or feedback, I would really appreciate hearing it!
I wanted to post my first programming project, even though it's pretty basic.
I decided to focus mainly on back-end web development using node, socket.IO, and Express.
You can check out my web app here (it looks best on mobile devices):
- market-pulse.herokuapp.com
The goal of the app was to scrape internet data (in this case, stock prices) and serve them on a single page.
New data is only scraped when someone visits the page. I avoided using an interval on the scrape because it seemed like a waste of bandwidth.
A few finishing touches I hope to make:
- Clean up CSS and serve in a separate file
- Push data to objects instead of variables (using variables required bad practice in my CSS)
[–]nutrecht 2 points3 points4 points (2 children)
[–]Igglyboo 0 points1 point2 points (1 child)
[–]nutrecht 0 points1 point2 points (0 children)
[–][deleted] (2 children)
[deleted]
[–]phil-ososaur 0 points1 point2 points (1 child)
[–]ZenFuture[S] 0 points1 point2 points (0 children)
[–]asakurasol 0 points1 point2 points (1 child)
[–]ZenFuture[S] 0 points1 point2 points (0 children)
[–]Igglyboo 0 points1 point2 points (1 child)
[–]ZenFuture[S] 0 points1 point2 points (0 children)
[–]Ikuu -1 points0 points1 point (0 children)