Frontend

screenshot of Frontend
nuxt
vue
scss

Nuxt 2 and VueJS 2 frontend for genealogy website.

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.
nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.