Stonk is a web application that allows analyzation of user-submitted stock data. It answers to following questions about the data:
- What is the longest bullish trend within a given date?
- The dates of the highest trading volume and the most significant stock price change within a day?
- The dates of the best opening price compared to the simple moving average (SMA5)?
- Clone the repository
- Install node modules (
npm i
) - Run the start script (
npm start
) - 🚀