The CryptoTrack Web App utilizes the CoinGecko API to provide users with real-time cryptocurrency data. Users can explore prices, rankings, market cap, and 24-hour changes for various cryptocurrencies. Additionally, the web app features a dynamic price chart, a search bar for cryptocurrencies, and the ability to switch between different currencies such as EUR, USD, and INR. The site is responsive, allowing seamless browsing across different devices. Users can also view historical price data with the line chart, which displays the price of a cryptocurrency over the past 10 days.
- Real-time cryptocurrency data from CoinGecko API
- Price chart visualization
- Search bar for cryptocurrencies
- Currency conversion (EUR, USD, INR)
- Responsive design
- Historical price data chart (past 10 days)
This guide will walk you through the installation process for setting up a React project and running the CryptoTrack Web App.
Before you begin, make sure you have the following installed on your system:
- Node.js and npm: You can download and install Node.js from the official website.
git clone https://github.com/Vaibhav-Kolhe14/CryptoTrack.git
cd CryptoTrack
npm install
Once the dependencies are installed, start the development server:
npm run dev
Thank you for checking out my project!