This is a hand-made implementation of a relatively simple Gantt chart. This new implementation uses CSS3 Grids instead of D3 or Canvas.
See more details on my blog.
$ yarn install
$ yarn buildYou can run the demo with
$ yarn runThen open localhost:8000 file in your browser.
You can see the example (public/index.html) live, on my blog.
