April 8, 2024
Simple family tree visualization
Family tree visualization and data storage


Key Features
- BFS for determining relatives and Relationships
- API access to all data allowing GET, PUT and POST for creating new or updating existing entities
- Uses vercel blob for storing images
Key learnings
- Learnt more about how to setout graphs in an efficient manner.
- How to group graph components and make space through a BFS
- Practising deployment through vercel
Key Challenges
- I am a visual learner, however with complicated data a visual approach can become clouded and more complicated than words. I am still working on this but simplifying the interface and data to make it easier to understand is the key focus.