Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.5 KB

File metadata and controls

39 lines (31 loc) · 1.5 KB

💹 Crypto Tracker App

A modern and responsive cryptocurrency tracker built with React. This app provides real-time data on cryptocurrency prices, charts, and market stats using the CoinGecko API. It also features live news feeds, user authentication (login/logout), and a sleek UI for tracking your favorite coins.

🚀 Features

  • 🔐 User Authentication
    • Login & logout functionality with session management
  • 📈 Real-Time Crypto Data
  • 📰 Crypto News
    • Aggregated news from popular sources for the latest market trends
  • 🔍 Search & Filter
    • Search bar to quickly find specific cryptocurrencies
  • 📊 Detailed Coin View
    • Historical price charts and detailed coin stats
  • 🌗 Responsive Design
    • Fully mobile-friendly interface
  • 🌐 Routing
    • Client-side routing with React Router
  • 🧠 State Management
    • Using React Hooks and/or Context API for managing global state

🛠️ Tech Stack

  • Frontend: React, JavaScript, HTML, CSS
  • API: CoinGecko API
  • Authentication: Custom auth or Firebase/Auth0 (based on implementation)
  • Styling: CSS Modules / Tailwind / Styled-Components
  • Routing: React Router
  • Deployment: GitHub Pages / Vercel / Netlify (update as needed)

📦 Installation

  1. Clone the repository:
git clone https://github.com/yourusername/crypto-tracker.git
cd crypto-tracker