Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 426 Bytes

App to find degree of seperation between 2 users

live demo: https://degree-of-seperation.netlify.app/

Instructions

  • Press the + sign to add new users
  • Utilize the checkbox list to create friend relationships
  • Select any two users in the dropdown and click show paths

The app will print all paths between the two users and display the count.

Installing

  • Clone the repository
  • npm install
  • npm start