CryptoTracker.

This is a React project that allows users to track cryptocurrency prices and market trends. It is a simple and interactive web application with the following features:

Features:

  • Live Crypto Tracking: View real-time prices of the top 100 cryptocurrencies by market capitalization.
  • Coin Information: Access detailed information about individual cryptocurrencies, including price history, market cap, volume, and a description.
  • Price History Charts: Visualize historical price data for any cryptocurrency.
  • Search Functionality: Quickly find specific cryptocurrencies by name or symbol.
  • Grid and List Views: Choose between grid and list views to display cryptocurrencies.
  • Responsive Design: The application adapts to different screen sizes.

Technologies Used:

  • React: JavaScript library for building user interfaces.
  • React Router: Library for handling routing and navigation.
  • CoinGecko API: Used to fetch cryptocurrency data.
  • Chart.js: Library for creating charts and graphs.
  • MUI: Material-UI library for UI components.
  • Axios: Library for making HTTP requests.

Credits: