Finnhub Stocks API Web App
This project is a simple web application that accesses the Finnhub API to search and query the latest stock prices. It accesses their WebSocket endpoint, making sure that the latest stock prices automatically gets sent to the client and rendered. Several optimizations are done, like throttling of API requests to prevent reaching the max API calls.
This is deployed in Vercel, as it was a requirement when I submitted this for a technical interview.
Yarn
NextJS
ReactJS
TailwindCSS
TypeScript
WebSockets