Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 628 Bytes

King Shan Family Tree Problem 1 Solution

React/TS solution using OOP to a family-tree problem.

Inputs of the app are the member and relationship in question.

Output is a list of member's relatives.

Live demo

https://vitallyz.github.io/king-shan-family-tree/

Download zip file of the project

problem1.zip

To install locally and run in dev mode:

Clone the repository.

yarn install

yarn start

Run tests with

yarn test

then option a to run all tests.