A React-based dashboard for viewing and managing dynamic CSV reports with features like sorting, filtering, and manual grouping.
- 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.
-
Clone the Repository:
git clone <repository-url>
-
Install Dependencies:
npm install
-
Run Server:
npm run start
-
Access the Application: Open your browser and navigate to:
http://localhost:3000