https://github.com/fokaaas/family-tree
A console application for creating and managing family trees. Coursework.
https://github.com/fokaaas/family-tree
console family-tree
Last synced: 5 months ago
JSON representation
A console application for creating and managing family trees. Coursework.
- Host: GitHub
- URL: https://github.com/fokaaas/family-tree
- Owner: fokaaas
- License: mit
- Created: 2023-03-22T09:31:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-24T12:07:06.000Z (6 months ago)
- Last Synced: 2025-05-24T12:31:32.060Z (6 months ago)
- Topics: console, family-tree
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Family Tree 🔍🤵💫



Welcome to the application for creating and managing family trees!
The application is built on levels. This allows for easy maintenance.
| Rank | Level |
|-----:|-----------|
| 1| Member |
| 2| Tree |
| 3| Common |
## Let's start
First you need to install **Node.js v18.12.1 and above**.
Clone repo and install dependencies:
```bash
git clone https://github.com/basarabst/family-tree.git
```
```bash
npm install
```
Run Family Tree:
```bash
npm start
```
## Explore
Initialize new family tree using `create` command:

Add relative to the tree using `add` command:

Select a tree member to configure using `member` command:

Create new family relation using `relate` command:

Add new event to tree member using `event` command:

View all changes using `show` command with different keys:

Save project as file using `save` command. Later you can open saved tree using `open` command:


## Testing
Appropriate tests were written to test individual methods. Run tests:
```bash
npm test
```

## Conclusion
Different technologies and programming patterns were used to write such a console application.
I want to express my sincere thanks to [@tshemsedinov](https://github.com/tshemsedinov) for his advice and reviews during the coursework writing.
Thank you for your stars ⭐😘