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.
- Host: GitHub
- URL: https://github.com/dssudake/snv
- Owner: dssudake
- Created: 2021-12-17T02:55:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T07:50:57.000Z (over 4 years ago)
- Last Synced: 2025-01-05T09:42:04.203Z (over 1 year ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://dssudake.github.io/snv
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.