Building my own D3.js playground
This is a simple Next.js app that uses D3.js to render multiple components.
I am not using images, but rather Scalable Vector Graphics (SVGs) to render the components. It is a powerful way to render graphics by using DATA to create and manipulate SVGs.
The app is a work in progress and is intended to be a learning experience for me.
That being said, I will be developing and testing new component ideas and features as I learn more about D3.js.
Currently, I am working on multiple components. The components will include a world map, a country chart, a word cloud and much more.
To learn more about D3.js, please visit the D3.js website.
All contributions are welcome. Please read the CONTRIBUTING guidelines for details on our code of conduct, and the process for submitting pull requests.