Designed and developed a dynamic cryptocurrency tracker featuring real-time price monitoring, interactive ChartJS graphs for trend analysis, and seamless integration with cryptocurrency handles, providing users with a comprehensive and user-friendly crypto information hub.
You can find the live demo of this project here
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_RAPIDAPI_KEY
REACT_APP_CRYPTO_API_URL
REACT_APP_NEWS_API_URL
REACT_APP_NEWS_RAPIDAPI_HOST
REACT_APP_CRYPTO_RAPIDAPI_HOST
- Clone the project
git clone https://github.com/krishiv8190/CryptoVue
- Go to the project directory
cd CryptoVue
- Install dependencies
npm install
- Start the server
npm run start