🔧 WIP 🔨
Web app to track your cryptocurrencies portfolio.
Check out the latest version running on https://www.scrooge.rocks/
Built with react, redux and glamorous.
Based on the API provided by https://coinmarketcap.com/
In order to give it a spin, you'll need a couple of things:
- Get mongodb up and running.
- Copy
variables.env.samplein the root, remove.sampleand fill it with actual data. - Run
npm i && npm startin the command line. - Navigate to localhost:[PORT] in your browser, where PORT is the variable set in the
variables.env.
