This project is a Crypto Tracker that allows users to input a cryptocurrency symbol or name and view the latest price and historical data for that cryptocurrency. The application also includes features such as particle animations in the background and dynamic background color changes for visual enhancement.
- Fetch and display the latest price for a specified cryptocurrency.
- Fetch and display historical price data for a specified time range (1 day, 1 week, 1 month, 1 year).
- Particle animation background.
- Dynamic background color changes.
- Responsive design.
- HTML
- CSS
- JavaScript
- CoinGecko API for cryptocurrency data
- Particles.js for particle animation
- Chart.js for displaying historical data
- Clone the repository:
git clone https://github.com/Anthony01M/crypto-tracker.git
- Navigate to the project directory:
cd crypto-tracker
- Open
index.html
in your browser to view the application.
- Enter a cryptocurrency symbol (e.g., BTC) or name (e.g., bitcoin) in the input field.
- Select a time range from the dropdown menu.
- Click the "Fetch Data" button to fetch and display the latest price and historical data for the specified cryptocurrency.
- Enjoy the particle animation background and dynamic background color changes.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.