Frontend screenshot

Frontend

Author Avatar Theme by Familytree365
Updated: 29 Aug 2021
63 Stars

Nuxt 2 and VueJS 2 frontend for genealogy website.

Categories

Overview:

Family Tree 365 is an open-source family tree software that allows users to easily create their own family tree through importing existing data or manual data entry. The software securely stores all data on the user’s server and does not share it without permission. The Nuxt and Vue frontend of the software is used for interacting and processing data efficiently. Users can access a demo of the software by registering a free account.

Features:

  • Browser-based: The software can be accessed and used directly from a web browser.
  • Import and Manual Data Entry: Users can import their existing family tree data or manually enter data to create their family tree.
  • Secure Data Storage: All user data is securely stored on their own server and does not leave the environment without permission.
  • Future Smart Matching: In the future, there will be an option for smart matching with other servers, allowing users to connect and match their family tree data with others.

Installation:

To install the Family Tree 365 software, follow these steps:

  1. Clone the frontend repository from GitHub:
git clone https://github.com/username/family-tree-365-frontend.git
  1. Install the necessary dependencies using npm:
cd family-tree-365-frontend
npm install
  1. Build and run the software locally:
npm run dev
  1. Access the software through a web browser at http://localhost:3000.

Summary:

Family Tree 365 is a browser-based family tree software that allows users to easily create their family tree through importing existing data or manual data entry. The software prioritizes data security by storing all user data on their own server. With future smart matching features, users will be able to connect and match their family tree data with others.