/fluxflow

FluxFlow Demo App

Primary LanguageJupyter Notebook

Netlify Status

Created as a part of the coursework for CSE578 - Data Visualization. Inspired by this research paper.

Note: This doesn't have the entire 1M row dataset. Rather this consists of a subset of the actual data presented in the course CSE578 - Data Visualization.

Steps to Run the Project

  1. Install Node.js and npm

    • Make sure you have Node.js version 16.14.0 and npm version 8.5.4 installed on your computer. You can download and install them from the official Node.js website: Node.js Downloads.
  2. Open the Terminal

    • On Windows, run the terminal in administrator mode.
    • On macOS, simply open the terminal.
  3. Navigate to the Project Directory

    • Change your working directory to the project folder called "fluxflow-frontend-main." You can use the cd command to navigate:
      cd fluxflow-frontend-main
      
  4. Install Dependencies

    • Run the following command to install project dependencies using npm. Note that npm install may generate some errors, but you can safely skip them:
      npm install
      
  5. Start the Project

    • To start FluxFlow, use the following command:
      npm start
      
  6. Access FluxFlow

    • Once the project has started, you can access FluxFlow in your web browser by navigating to http://localhost:3000/.

Note: FluxFlow has been developed and tested using the Google Chrome browser.