Skip to content

DevanceJ/streamify-speedy

Repository files navigation

🎶 Streamify Dashboard

Welcome to Streamify—your ultimate music streaming dashboard! Built with modern web technologies like React, TypeScript, Zustand, TailwindCSS, and ShadCN, this dashboard gives you insights into your streaming data with style and speed.

🚀 Features

  • 📊 Key Metrics: Get insights into Total Users, Active Users, Streams, Revenue, and Top Artists.
  • 📈 Data Visualizations: Sleek charts for User Growth, Revenue Distribution, and Top 5 Streamed Songs.
  • 📋 Recent Streams Table: Detailed breakdown of the latest streams.

🛠 Tech Stack

  • React: Build user interfaces with ease
  • TypeScript: Type-safe development
  • Zustand: Global state management made simple
  • TailwindCSS: Utility-first styling for fast, responsive design
  • ShadCN: Components with a modern design system

🚧 Local Development

Follow these steps to run the project locally:

  1. Clone the repo:
    git clone https://github.com/DevanceJ/streamify-speedy.git
  2. Navigate to the project directory:
    cd streamify
  3. Install dependencies:
    npm install
  4. Run the development server:
    npm run dev