An open API service indexing awesome lists of open source software.

https://github.com/dssudake/snv

An web-app that helps you find the degree of separation between any two people.
https://github.com/dssudake/snv

reactjs

Last synced: 3 months ago
JSON representation

An web-app that helps you find the degree of separation between any two people.

Awesome Lists containing this project

README

          

# Social Network Visualizer (SNV)

### React application for SNV

---

## Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

---

## Cloning and Running the Application in local

Clone the project into local

Install all the npm packages.

Go into the project folder and type the following command to install all npm packages and dependencies

```bash
npm install
```

In order to run the application type the following command

```bash
npm start
```

Runs the application in the development mode.

Open **[localhost:3000](http://localhost:3000)** to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.