


A simple game that tracks the real time price of Bitcion via the Coin Desk API. You are timed and the number of total coins you click equals to value of your Bitcoin. (whack-a-mole)
Stack
- Fire Base - Deployments, metrics, ci/cd
- React - React SPA for the Front-end.
- Jss - Styled components.
About Bitcoin Miner
This was actually an interview challenge I got from a company I can’t quite remember. I built it in a single evening before my next interview. At the time, I was getting into crypto and wanted to do something a little more interesting than just whack-a-mole. Instead of counting moles, I thought it’d be fun to track bitcoins and multiply them by the real-time price of actual bitcoin.
The app is pretty simple: it uses useState to track the number of coins you click, and then that state gets multiplied by the current price of bitcoin fetched from an API. There are also basic start, stop, and reset states to control the flow.