I need to develop some small frontend for internal use at my company and I have absolute freedom over the tech stack.
I decided to take this opportunity to learn Elixir.
The requirements of this project are very simple. I's a server which fetches some data from another HTTP API and uses it to render a bunch of HTML pages.
I'm following the Elixir tutorials on the official site. I would like at the same time to explore a real-world project that implements my requirements, to see what a complete working application would look like.
Do you know of any such open source repo?
Thank you!
1: https://medium.com/@kacpx123/phoenix-1-3-simple-blog-api-and... 2: https://github.com/learnphoenixtv/blog 3: https://medium.freecodecamp.org/simple-extensible-blog-built...