Home

Awesome

Dataviz Explorer

<p align="center"> <img src="https://github.com/fehmisener/dataviz-explorer/actions/workflows/main.yml/badge.svg?branch=develop" alt="build"> <a href="https://sensational-fox-f31fd7.netlify.app"> <img src="https://api.netlify.com/api/v1/badges/bc438b2e-9f12-4bbe-987e-d36fcef20a2f/deploy-status"> </a> </p>

DataViz Explorer: React-powered tool for large CSV, database, and real-time visualization. User-friendly interface, interactive plots, Node.js backend for scalability. Follow this link to reach the live application.

Gif

Overview

This application is a powerful tool for handling large CSV files, visualizing data, and providing real-time insights. It features an intuitive user-friendly interface, interactive plots, and a scalable Node.js backend. Whether you're analyzing data or creating dynamic visualizations, this React-based tool has you covered.

Features

Setup Instructions

Front-end Applicaiton

  1. Clone the Repository:

    git clone https://github.com/fehmisener/dataviz-explorer.git
    cd dataviz-explorer
    
  2. Install Dependencies:

    npm install
    
  3. Start the Aplication:

    npm run dev
    
  4. Build for Production:

    npm run build
    
  5. Run in Production Mode:

    npm start
    

Back-end Applicaiton

Dependencies

[!IMPORTANT] Vite requires Node.js version 18+ or 20+.