The purpose of the project is to show national contiguity with a force directed graph.
As a user, I can see a force directed graph that shows which countries show borders.
As a user, I can see each country's flag on its node.
Dataset at https://raw.githubusercontent.com/DealPete/forceDirected/master/countries.json
The ability to view a country when hovering.
Uses HTML5, CSS3, JavaScript, Google Fonts and d3 (Version 4.13.0).
Ensure user stories have been met
- On CodePen
- GitHub Pages at Main Branch.
JSON Data provided by FreeCodeCamp. Went to Flag Sprites website at https://www.flag-sprites.com. Code taken from Sean Murphy