DEV Community

Discussion on: Building a simple Calendly clone with Phoenix LiveView (pt. 4)

Collapse
 
miguelcoba profile image
Miguel Cobá

Good one, Ricardo.

The calendar layout using CSS is clever. I was thinking how I would do it using Elixir but I see you sidestepped the problem altogether, lol. Bravo.

I like the series very much so far! Keep it going!

Thanks

Collapse
 
bigardone profile image
Ricardo García Vega • Edited

Thanks for your kind words, I'm glad you like the series!
I also tried to layout the calendar using Elixir, but then I realised I had to use the right tool for the job :)