publiclab / simple-data-grapher

Turns CSVs into graphs in a few simple steps; embeds onto other websites!
https://publiclab.github.io/simple-data-grapher/
GNU General Public License v3.0
39 stars 52 forks source link

Refactor html to follow standard structure #107

Closed debck closed 4 years ago

debck commented 5 years ago

Note:- We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.

What's the problem (or idea)

The HTML code we have in our project doesn't follow the standard structure. Now, we have two HTML files -

  1. https://github.com/publiclab/simple-data-grapher/blob/main/index.html
  2. https://github.com/publiclab/simple-data-grapher/blob/main/examples/index.html

What should be done?

You need to refactor it to follow the standard basic structure with all the tags like html head title body etc.

Thank You 😊

debck commented 5 years ago

Uploaded to GCI dashboard

SidharthBansal commented 4 years ago

Published

chen-robert commented 4 years ago

Could I have this task assigned to me please?