☕ 1 min read
In this talk I presented a side-project that I’ve been developing with my friend Fabien Bernard since 2013: GitGraph.js 🎉
It’s a JS library that allows you to draw git graphs in the browser. Very handy to prepare presentations or write blog posts. Creating and updating those git illustrations becomes easy!
I already wrote about GitGraph.js in the past.
If there is one thing you should retain from my talk, it’s that you can hack your own problems. You certainly have this crazy idea in mind, that problem you want to solve for yourself… Stop waiting the perfect moment, just start doing it. Good things will happen!
Click on the following image to access the slides:
The project is available on GitHub: https://github.com/nicoespeon/gitgraph.js/
Different libraries are available:
@gitgraph/js
for the vanilla JS version@gitgraph/react
for the React versionIf you want to play with the GitGraph.js, have a look at the online playground: