Skip to content

vanhanenjjv/Stonk

Repository files navigation

Stonk

What is it?

Stonk is a web application that allows analyzation of user-submitted stock data. It answers to following questions about the data:

  1. What is the longest bullish trend within a given date?
  2. The dates of the highest trading volume and the most significant stock price change within a day?
  3. The dates of the best opening price compared to the simple moving average (SMA5)?

How to run?

  1. Clone the repository
  2. Install node modules (npm i)
  3. Run the start script (npm start)
  4. 🚀