Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.47 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.47 KB

Cryptocurrency Tracker

Welcome to the Cryptocurrency Tracker project! This web application allows you to track the latest prices and trends of various cryptocurrencies in real-time.

Table of Contents

About

This project is a web application that allows you to track the latest prices and trends of various cryptocurrencies in real-time. It is built using React and Vite, and it uses the Coingecko API to fetch cryptocurrency data.

Features

  • View real-time cryptocurrency prices, market cap, volume, and price changes.
  • Detailed information about each cryptocurrency, including charts and historical data.
  • Search and filter cryptocurrencies based on your preferences.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Vite: A fast development build tool that supports React.
  • API: CoinGecko API

Getting Started

Follow the instructions below to get a local copy of the project up and running.

Prerequisites

  • Node.js: Make sure you have Node.js installed on your machine.

Installation

Clone the repository:

git clone https://github.com/codecShivam/cryptocurrency-tracker/

To install this project

npm install

To run the server

npm run dev

To build the app

npm run build