Hacker News new | ask | show | jobs
by lubien 1239 days ago
I've created a simple UI that shows how many days have passed since the last know layoff and also shows a github-like activity chart.

Data can be added via PR on the repo: https://github.com/lubien/layoffs/

Initial data imported from layoffs.fyi

1 comments

The code is complicated for a simple UI ? Why not a simple static site then ?
I've just ran phoenix generators and created like 3 functions.

I've been having a fun time with phoenix lately so that's why I chose it though.