🪙 Cryptoviewer


CryptoViewer is a React-based web app that displays real-time cryptocurrency data along with historical price charts using Chart.js. Built with Create React App, Redux, and TailwindCSS, it features persistent favorites, clean UI, and dynamic chart visualization for individual cryptocurrencies.

🚀 Live Demo

🔗 Deploy
📄 GitHub Repository

Project Screenshot

🧠 Features

🛠 Tech Stack

📦 Installation

To run this project locally:

  1. Clone the repository:
    git clone https://github.com/arselt/cra-redux-cryptoviewer.git
    cd cra-redux-cryptoviewer
    
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev