🔧 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.sample
in the root, remove.sample
and fill it with actual data. - Run
npm i && npm start
in the command line. - Navigate to localhost:[PORT] in your browser, where PORT is the variable set in the
variables.env
.