It fetches real-time cryptocurrency rates from the CoinGecko API, displaying comprehensive data, including trends and statistics, within a 10-day timeframe, ensuring up-to-date market insights for users.
Client: React, Context, CSS, Coingeko api
- [Responsive layout]
- [UX/UI accessibility]
- [Dynamic data]
https://crypto-price-tracker-cyan.vercel.app/
To get a local copy up and running, follow these steps:
In order to run this project you need:
- A browser of your choice.
- A text editor of your choice.
- An installed node.js on your local system
Clone this repository to your desired folder:
- Use the following Commands:
cd your-desired-folder
git clone https://github.com/realaashishly/Crypto-Price-Tracker.git
Install this project with:
npm install
- Create an
.env
in root directory - Add
VITE_COINGEKO_API_KEY
- Finally run using
npm run dev