Gosh , I hope other channel make tutorial like him. Slow pace with the tailwind styling , explain everything on the get go but not to much so you dont overwhelmed just enough to understand
super clean explanation, which i assume really compliments the core idea these frameworks : keep it clean and minimal
Thank you Andreas for the organized and detailed explanation. I wanted to understand full- stack API with Tailwindcss+ Django+htmx and found your channel in a perfect time. I'm eager to follow the playlist and learn from you. Hope to see this channel grow and get more views.
Seen plenty of videos where people used Tailwind - it looks awesome and thanks to you I understand it a lot better. Thanks.
Really amazing awesome tutorial I have never seen tutorials like this before
Starting to work on this series today. I'm looking forward to it. Thanks a lot Andreas :)
perfectly perfect; very nice, finally find someone who knows how to share his knowledge with other, supper useful, appreciated dud. keep up of the good work.
the perfect tutorial, the way you structure the navbar, using semantic tag, step by step, man i love it.
Excellent stuff man, it was very helpful
This tutorial and the other one about Django are amazing, thank You very much.
thansk, its the first time I know about custom html element
To see the tailwindcss class hints it is better to use the following steps, then by the first characters will pop up possible options to set properties to elements. Thanks for the course! 1) npm init 2) yarn add -D tailwindcss postcss 3) npx tailwindcss init 4) content: ['index.html'], (in tailwind.config.js) 5) create src folder & main.css in it 6) in main.css add: @tailwind base; @tailwind components; @tailwind utilities; 7) add in package.json "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tailwindcss build -i src/main.css -o public/style.css --watch" }, 8) yarn build in terminal Add your classes to the main.css file as follows: @layer components { .btn-primary { @apply py-2 px-5 bg-violet-500 text-white font-semibold rounded-full shadow-md hover:bg-violet-700 focus:outline-none focus:ring focus:ring-violet-400 focus:ring-opacity-75; } } h t t p s :// tailwindcss . com / docs / reusing - styles # extracting - classes - with - apply
Excellent tutorial
U're doing a great work man! But one suggestion: make a playlist both for front-end and back-end
I love your tutorials!!
How come this guy get so little views🤔 the content is great!
exactly what I need - thank you!
I love that you used icons8, it is great but doesn't get the recognition it deserves
Awesome ❤, thank you
@MarianoBustos-i1f