DawnM

Nomadic Numbers

Visualising a Life's Journey with d3.js

Introduction

The "Nomadic Numbers" project was a unique and personal endeavour, aiming to visualise my extensive history of moving homes using d3.js for data visualisation. This project was particularly challenging due to my limited JavaScript experience at the time, but it provided a valuable opportunity to delve into the world of data representation and interactivity. Notably, the project also incorporated an interactive tutorial, guiding the user through the dashboard's features. To streamline the layout and responsiveness, the Bootstrap framework was used.

HTML:

Structuring the Tutorial and Data Narrative with Bootstrap

The HTML for "Nomadic Numbers" was carefully structured to present both the data and the tutorial in a clear and organised manner, leveraging Bootstrap's grid system and components:

This HTML structure, enhanced by Bootstrap, ensured that the data was presented in a logical flow, guiding the user through the narrative of my nomadic lifestyle, with each section building upon the previous one. The tutorial was integrated to provide a smooth on-boarding experience.

JavaScript (d3.js) and Google Maps:

Constructing an Interactive Tutorial and Visual Timeline

The core of "Nomadic Numbers" was powered by JavaScript, leveraging the d3.js and dc.js libraries for interactive data visualisation, and the Google Maps API to show a literal journey:

Key Takeaways

This project provided valuable insights and reinforced key concepts:

Conclusion

"Nomadic Numbers" was a testament to the power of data visualisation and interactive tutorials to tell personal stories, and the use of Bootstrap to help with layout and responsiveness.