/dashboard

Primary LanguageJavaScript

Real-Time Dashboard

Overview

This project is a real-time dashboard application built with React. It features interactive charts and statistical data to provide insightful visualizations.

Features

  • Real-time data updates
  • Interactive charts
  • Statistical data visualizations

Technologies

  • React (latest stable version)
  • TailwindCss

Setup

  1. Clone the repository:

    git clone https://github.com/qaisw96/dashboard.git
  2. Navigate to the project directory:

    cd dashboard
  3. Install dependencies:

    npm install
    
  4. Run the application:

    npm start