A visually appealing web app that tracks the countdown to Bitcoin's next halving event, providing essential metrics such as current block height, Bitcoin price, circulating supply, and time remaining. Built to inspire NoCode developers by showcasing the possibilities of building with minimal effort.
- Countdown Timer: Tracks the time remaining until the next Bitcoin halving.
- Current Block: Displays the current Bitcoin block height and the halving target.
- Bitcoin Price: Live price updates, refreshed every minute.
- Circulating Supply: Shows the current circulating supply of Bitcoin and the percentage of total supply.
- Powered by APIs: Fetches data from reliable sources like mempool.space and blockchain.info.
- Frontend: HTML, CSS, and JavaScript.
- API Integrations:
- Deployment: Hosted on Vercel.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/cmpgfb/bitcoin-halving-countdown.git cd bitcoin-halving-countdown