Meme Stonks 🚀

project details

Meme Stonks 🚀

Meme Stonks is a small app that allows you to track your favorite stocks.


It uses the REST API from marketstack. In order for the app to work, either a free or a premium token must be stored in the settings. The token is then stored locally in the browser. Afterwards, the preferred exchange can be set and the app then fetches a list of available stocks.


Using the search at the top, you can search for stocks with an autocomplete. If a stock is selected, the data is retrieved via the API and listed in various charts. The charts can be set according to predefined times or, in the case of the large chart, also manually. You can also view the trend of the entire period in a percentage, or in an absolute amount.


The app is written with Vue.js and uses the Nuxt.js framework for the frontend. It is a single page application and unfortunately was never finished. To avoid too much load on the API, all data is stored in an IndexedDB with a detailed cache period within the browser.


You can find the project on GitHub and is open source.

Images