This project is a cryptocurrency tracker built with React JS and the CoinGecko API. It allows you to monitor real-time prices of your favorite cryptocurrencies and visualize their historical data.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm.
- You have a CoinGecko account and an API key.
To install Cryptocurrency Tracker, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Run
npm install
to install the necessary dependencies.
To use Cryptocurrency Tracker, follow these steps:
- Replace the
api_key
in theApp
component with your own CoinGecko API key. - Run
npm start
to start the development server. - Open your web browser and navigate to
http://localhost:3000
.
Special Offer: Use my referral code CGNINJACODERX
to get $500 off the annual premium plan!
To contribute to Cryptocurrency Tracker, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
This project uses the following license: <license_name>
.
This project was inspired by the CoinGecko API. For more information on how to use the CoinGecko API, check out this official documentation and blog.