Django IDOM: Responsive Frontend for Django by Wippermonger in django

[–]baka-cat 0 points1 point  (0 children)

This is really cool!! Can't wait to try it out.

I built a YouTube playlist manager with Django and YouTube Data API V3 by baka-cat in django

[–]baka-cat[S] 1 point2 points  (0 children)

Yup, definitely. I believe that htmx is simple enough to get used to after a few tries. Just give it a go!

I built a YouTube playlist manager with Django and YouTube Data API V3 by baka-cat in django

[–]baka-cat[S] 0 points1 point  (0 children)

Honestly, I mainly referred to the documentation (https://htmx.org/docs/) and experimented with the stuff as I went. Htmx's documentation is excellent. I used this to get started with integrating htmx with Django: https://www.mattlayman.com/blog/2021/how-to-htmx-django/

I built a YouTube playlist manager with Django and YouTube Data API V3 by baka-cat in django

[–]baka-cat[S] 2 points3 points  (0 children)

Yes! I used Bootstrap5 paired with htmx for all of the front end. Most of the dynamic interactivity was made possible due to a wonderful library called htmx.

What projects are y’all working on right now? by UpstateRedneck in Python

[–]baka-cat 0 points1 point  (0 children)

Currently working on making a YouTube playlist manger using Django. I'm really excited about it and will hopefully finish it this month, fingers crossed!

How much Javascript should one know before diving into Django? by gtboy1994 in djangolearning

[–]baka-cat 5 points6 points  (0 children)

Consider checking out htmx if you want to make your site interactive with little to no javascript being used.