Nuxt 2 and VueJS 2 frontend for genealogy website.
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.
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.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 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.