Crypto Tracker is a real-time cryptocurrency price tracking application built using React with Material UI. It fetches data from the Coingecko API and displays live cryptocurrency prices along with interactive charts from TradingView.
- Real-time cryptocurrency price tracking
- Interactive charts for visualizing price trends
- Material UI for a sleek and responsive user interface
- Data sourced from Coingecko API for accurate and up-to-date information
Install CryptoTracker with npm
git clone https://github.com/Jishnu2608/CryptoTracker.git
Install dependencies
cd cryptotracker
npm install
npm install --save-dev @babel plugin-proposal-private-property-in-object (Optional)
Run the application
npm start
- Select your preferred currency from the dropdown menu to view prices in different fiat currencies.
- Use the search bar to find specific cryptocurrencies by name.
- Click on a cryptocurrency card to view detailed information and charts for that particular coin.
- React
- Material-UI
- CoinGecko API
- TradingView Widgets
-
The app relies on data from the CoinGecko API. A big thanks to the CoinGecko team for providing their API.
-
TradingView Widgets were used for charting, making it easier to visualize cryptocurrency trends.