Building a stock trading game using Google sheets API.
This is a lean website to play a custom stock trading game to trade in stocks of various countries and see their price changes and team scores There is no graph to view the stock price.
This website involves a simple HTML based form, that is processed using Javascript and sent to a google sheet that acts as a backend database. The interaction between the sheet and the website is handled using Google sheets API using plain JS.