Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.6 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.6 KB

CryptoTrack Web App

Overview

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.

Features

  • 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)

Installation

This guide will walk you through the installation process for setting up a React project and running the CryptoTrack Web App.

Prerequisites

Before you begin, make sure you have the following installed on your system:

Step 1: Clone the Repository

git clone https://github.com/Vaibhav-Kolhe14/CryptoTrack.git

Step 2: Navigate to Project Directory

cd CryptoTrack

Step 3: Install Dependencies

npm install

Step 4: Start the Development Server

Once the dependencies are installed, start the development server:

npm run dev

Thank you for checking out my project!