Herr
Herrmann
Only showing posts with the tag JavaScript.

React mini charts

A few days ago, I published my first npm package: react-mini-charts!

As the name suggests, it’s a small library of chart components for React. So far, there are only two charts available: a simple bar chart with labels and a pie chart (without any labels or legend). The bar chart component is an adapted and cleaned-up version of a component I’ve used for landing pages in the past. It’s basically just a bunch of styled HTML. The pie chart component is brand new and the first SVG-based chart in the library!

Read more…

Klima.com is live! Here are some learnings.

We already launched in December last year but I didn’t blog about it, so here’s a belated celebration: Klima.com is live! It’s a website that Jonas, co-founder and CPO of Klima, designed and I had the pleasure of implementing. It accompanies the launch of the Klima apps on iOS and Android and provides more information about our product, the company behind it, and general climate news.

Screenshot of the new Klima landing page.
Read more…

My first Atom package: Angular-Bootstrap

For the past year I’ve been using Atom on a nearly daily basis. Despite its sluggishness it quickly became my editor of choice thanks to many packages that are improving my workflow. I’m often using AngularJS and the UI Bootstrap components for my projects, so I decided to write my own Atom package full of snippets and auto-completions for that exact (and obviously popular) combination of frameworks. It’s appropriately called Angular-Bootstrap and received 171 downloads by now! It’s far from done (many components and documentation are still missing) but seeing it being downloaded and used by other people clearly increases my motivation to maintain it over a longer time.

So – if you’re one of its users – thanks for using my package and don’t hesitate to leave feedback in the GitHub repo!

The Modal snippet/auto-completion.