Dynamic Report Dashboard Interface

Overview

A React-based dashboard for viewing and managing dynamic CSV reports with features like sorting, filtering, and manual grouping.

Features

  • Dynamic loading of CSV files from the /reports directory.
  • Manual grouping, sorting, and filtering of report data.
  • File upload for adding new CSV reports dynamically.

Setup and Installation

  1. Clone the Repository:

    git clone <repository-url>
  2. Install Dependencies:

    npm install
  3. Run Server:

    npm run start
  4. Access the Application: Open your browser and navigate to:

    http://localhost:3000