Here are my solutions for exercises from an amazing book called "Programming Elixir" by Dave Thomas.
I'm using Elixir Style Guide suggestions here.
The folders contain exercises for each chapter with tasks to be done.
Most of exercises have ExUnit tests. Just run script via elixir example_script.exs
to see results.