Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmpgfb/bitcoin-halving-countdown
A Bitcoin halving countdown clock that gives information in an easy to read way.
https://github.com/cmpgfb/bitcoin-halving-countdown
bitcoin nocodehacking v0
Last synced: about 1 month ago
JSON representation
A Bitcoin halving countdown clock that gives information in an easy to read way.
- Host: GitHub
- URL: https://github.com/cmpgfb/bitcoin-halving-countdown
- Owner: CMPGFB
- License: mit
- Created: 2024-12-10T18:40:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T18:44:58.000Z (about 1 month ago)
- Last Synced: 2024-12-10T19:47:28.804Z (about 1 month ago)
- Topics: bitcoin, nocodehacking, v0
- Language: TypeScript
- Homepage: https://l8wztkygvsb8sae6ldvkmh0qfgu5nvyq.vercel.app/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoin Halving Countdown
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.
## Features
- **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](https://mempool.space) and [blockchain.info](https://blockchain.info).## Demo
[Live Demo](https://l8wztkygvsb8sae6ldvkmh0qfgu5nvyq.vercel.app/)
## Tech Stack
- **Frontend**: HTML, CSS, and JavaScript.
- **API Integrations**:
- [mempool.space API](https://mempool.space/docs/api)
- [blockchain.info API](https://www.blockchain.com/api)
- **Deployment**: Hosted on [Vercel](https://vercel.com/).## Installation
Follow these steps to set up the project locally:
1. Clone the repository:
```bash
git clone https://github.com/cmpgfb/bitcoin-halving-countdown.git
cd bitcoin-halving-countdown