https://github.com/vaibhav-kolhe14/cryptotrack
The CryptoTrack Web App provides real-time cryptocurrency data using the CoinGecko API, displaying prices, rankings, market cap, and 24-hour changes with React and react-google-charts.
https://github.com/vaibhav-kolhe14/cryptotrack
coingecko-api react-google-charts react-router-dom reactjs
Last synced: 24 days ago
JSON representation
The CryptoTrack Web App provides real-time cryptocurrency data using the CoinGecko API, displaying prices, rankings, market cap, and 24-hour changes with React and react-google-charts.
- Host: GitHub
- URL: https://github.com/vaibhav-kolhe14/cryptotrack
- Owner: Vaibhav-Kolhe14
- Created: 2024-06-04T06:33:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T06:39:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T01:33:27.875Z (over 1 year ago)
- Topics: coingecko-api, react-google-charts, react-router-dom, reactjs
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
- [Node.js and npm](https://nodejs.org/en): You can download and install Node.js from the [official website](https://nodejs.org/en).
### Step 1: Clone the Repository
```bash
git clone https://github.com/Vaibhav-Kolhe14/CryptoTrack.git
```
### Step 2: Navigate to Project Directory
```bash
cd CryptoTrack
```
### Step 3: Install Dependencies
```bash
npm install
```
### Step 4: Start the Development Server
Once the dependencies are installed, start the development server:
```bash
npm run dev
```
> Thank you for checking out my project!