Welcome to our maiden voyage!
A React and D3 component which displays points on a map. These points will expand to show information concerning whatever is assigned to the point. This is our development repo and we will soon have a publishing repo (for npm).
We are practising React and integrating D3 into it for the first time. We plan to use D3Act to accomplish this. We also want to produce a handy tool for visualising information on a map.
If you would like to download the repo, you will need to type these commands into your terminal:
npm install
npm run dev:build
npm run dev:start
You will then have a bundle.js
file, and the page will be available at localhost:8080/bundle.
Prop | Type | Info |
---|---|---|
Map | ??? | Input your map here! |
Points | ??? | Input your points here |
Info on points | ??? | Input information on corresponding points into here |
FAC6 Developers on this project are Conor Campbell, Huw Davies, Kata Kelemen and Tormod Smith.