Dev Series – Phoenix part 4 – UI IMPROVEMENT USING TAILWINDCSS
I'll pick up where we left off with improving the UI! I've been using a lot of Tailwind lately, and since it's built into Phoenix 1.7, we'll switch from Bootstrap to Tailwind + Flowbite. Also, since this is a new setup, we'll replace Pow with the built-in mix phx.gen.auth.
Dev Series – Phoenix part 2 – Authentication using pow
Authentication is a crucial part of any web application. In this tutorial, I will guide you through setting up user authentication using Pow, a powerful library for user authentication.