Skip to content

A real-time cryptocurrency tracker built with React. Displays live prices, market data, and percentage changes for various cryptocurrencies. Includes search functionality, responsive design, and API integration.

Notifications You must be signed in to change notification settings

Darshanas17/crypto-tracker-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Tracker App

🚀 Live Demo

Click here to view the demo

📌 Overview

The Crypto Tracker app allows users to track real-time prices of various cryptocurrencies. The app fetches data from a cryptocurrency API and displays live prices, percentages, and market data.

✨ Features

  • Track Cryptocurrencies: Displays a list of cryptocurrencies with their live prices, market data, and percentage changes.
  • Real-Time Updates: The app fetches live data and updates the UI every few seconds.
  • Responsive Design: Optimized for multiple device sizes.

🛠️ Tech Stack

  • React.js - Frontend UI
  • CSS - Styling

⚙️ Installation & Setup

Follow these steps to set up the project locally:

  1. Clone the Repository
    git clone https://github.com/Darshanas17/crypto-tracker-react.git
    cd crypto-tracker-react
  2. Install Dependencies
    npm install
  3. Run the Application
    npm start
    Open the browser and visit http://localhost:3000/ to see the app in action.

📁 Components Structure

The application consists of the following components:

  • CryptoTracker (src/components/CryptoTracker/)
  • CryptoCard (src/components/CryptoCard/)

🎯 Functionality

  • The app fetches live cryptocurrency data.
  • The app updates the data in real time.

🎨 Design & Assets

UI designed using the Roboto font.

Colors used:

  • #171f46 (Primary)
  • #ffffff (Background)
  • #8b5cf6 (Accent)

👨‍💻 Author

Darshan A S

📜 License

This project is licensed under the MIT License.

About

A real-time cryptocurrency tracker built with React. Displays live prices, market data, and percentage changes for various cryptocurrencies. Includes search functionality, responsive design, and API integration.

Topics

Resources

Stars

Watchers

Forks