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
-
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.
-
Open the Terminal
- On Windows, run the terminal in administrator mode.
- On macOS, simply open the terminal.
-
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
- Change your working directory to the project folder called "fluxflow-frontend-main." You can use the
-
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
- Run the following command to install project dependencies using npm. Note that
-
Start the Project
- To start FluxFlow, use the following command:
npm start
- To start FluxFlow, use the following command:
-
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.