Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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