untitled-7989
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in milliseconds.
Viewing readonly version of familytree branch: v10View latest version
A web application that helps users build and visualize their family trees through step-by-step data collection.
- Interactive step-by-step questionnaire to gather family information
- Collects names, relationships, and birth years
- Organizes data into a structured family tree format
- Visual family tree display
- Export functionality for the family data
βββ backend/
β βββ index.ts # Main Hono server
β βββ README.md
βββ frontend/
β βββ components/
β β βββ App.tsx # Main React application
β β βββ FamilyForm.tsx # Step-by-step form component
β β βββ FamilyTree.tsx # Visual tree display
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend entry point
β βββ style.css # Custom styles
βββ shared/
β βββ types.ts # Shared TypeScript types
β βββ utils.ts # Shared utility functions
βββ README.md
- Visit the application
- Follow the step-by-step questionnaire
- Add family members with their relationships
- View the generated family tree
- Export or save your family data
- Backend: Hono (TypeScript)
- Frontend: React with TypeScript
- Styling: TailwindCSS
- Storage: Browser localStorage (can be extended to use Val Town blob storage)