This is a simple web application that allows users to track cryptocurrency prices using data from the CoinGecko API. Users can search for specific cryptocurrencies and view their current prices, along with the percentage change in price over the last 24 hours.
- Search functionality: Users can search for specific cryptocurrencies by name or symbol.
- Dynamic price display: Prices are updated in real-time using data from the CoinGecko API.
- Percentage change: The percentage change in price over the last 24 hours is displayed next to each cryptocurrency.
- HTML
- CSS
- JavaScript
- Clone this repository to your local machine.
- Open the
index.htmlfile in your web browser. - Use the search bar to search for specific cryptocurrencies.
- View the current prices and percentage changes for each cryptocurrency.
This project utilizes the CoinGecko API to fetch cryptocurrency price data. For more information about the CoinGecko API, visit https://www.coingecko.com/api.