CRYPTO CHAIN is a web-based cryptocurrency tracking application developed using React, Recharts, CoinGecko API, JavaScript, HTML, and CSS. The app fetches live data about various cryptocurrencies from the CoinGecko API and displays key metrics such as price, market capitalization, and trading volume. It provides users with real-time insights into the crypto market, empowering them to make informed decisions.
State management is handled using useState, useEffect, and Context API for search input, favorites, and API data.
API integration is done through fetch and Axios for making HTTP requests to the CoinGecko API.
Leveraged Recharts to create interactive, responsive charts and graphs, enhancing data-driven insights.
- JavaScript
- ReactJS
- State Management (useState, useEffect, Context API)
- ReCharts
- Tailwind CSS
- The app pulls real-time data for hundreds of cryptocurrencies from the CoinGecko API.
- Live updating feature ensures that data is refreshed at regular intervals, providing users with the most up-to-date cryptocurrency information.
- Users can mark specific cryptocurrencies as favorites to track their performance over time.
- Users can search for specific cryptocurrencies by name or symbol. The search bar allows for filtering results based on user input.