Skip to content

krishiv8190/CryptoVue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoVue : A Cryptocurrency Tracker

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

Environment Variables

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

Run Locally

  1. Clone the project
  git clone https://github.com/krishiv8190/CryptoVue
  1. Go to the project directory
  cd CryptoVue
  1. Install dependencies
  npm install
  1. Start the server
  npm run start