Network-Visualisation

Network Visualisation Using D3

OTHER License

Stars
15

Network Visualisation

A simple network (graph) visualisation using d3 and React.

Table of Content

Screenshots

Load data

Apply Filter

Dark Mode Static/Dynamic Graph

Other

Usage

follow the instructions:

// Step 1: clone the repository.
git clone https://github.com/iamhosseindhv/Network-Visualisation.git network-viz
cd network-viz

// Step 2: install dependencies in the root of the project and `app` directory.
cd app && npm install && cd ../ && npm install

// Step 3: now that you have all the dependencies installed, 
// start both the server and client at the same time (from the
// root of the project) by following command:
npm run dev

Your app should be running on port 3000. http://localhost:3000/

TODO list

  • Completed
  • Write tests
  • Support for importing data to the database

Contact

Hossein Dehnokhalaji

License

This project is licensed under the MIT license, Copyright (c) 2018 Hossein Dehnokhalaji. For more information see LICENSE.md.