Full stack development of stock market investment planning application utilizing Reddit API, AlphaVantage API, and newsAPI.
Analyze the latest stock trend.
Add and remove your favorite stocks to your watch list.
Scroll through the latest topics people are talking about on Reddit's WallStreetBets subreddit.
Read the latest news on the stock you searched!
- Get API keys needed from configExample.js.
- Copy
configExample.js, rename it toconfig.js, and enter your Github token. - Run
npm installto install dependencies. - Run
npm run startto start Node. - Run
npm run react-devto start Webpack.