An open API service indexing awesome lists of open source software.

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.

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!