Skip to content

l0drex/family-tree

Repository files navigation

Build React app

🌳 About

This is a web application to display family tree data locally in your browser. Just select a GedcomX json file and off you go! There is also a demo button to load some randomly generated example data to explore all features. Try it out over here on GitHub Pages!.

To create a simple GedcomX file, you can create a spreadsheet and convert that with my GedcomX converter. Note that you have to follow a specific format described on that page.

Supported languages1: 🇺🇲/🇬🇧2 🇩🇪 (See Adding new languages if you want to help translating.)

🚧 GedcomX Support

The following features of GedcomX are not supported:

Source Description

Due to gedcomx-js, the following data can not be stored and therefore not displayed:

  • publisher
  • author
  • created
  • modified
  • published

Source Reference

  • qualifiers

Group

Not supported at all by gedcomx-js

Relationship

Will come in a future release

  • facts

Dates

Date ranges always show start and end dates, never the duration.

Footnotes

  1. No differentiation yet between country specific differences ↩

  2. Default, therefore used while loading and fallback if local language is not supported ↩