Creating a To-do app with HTMX and Django, part 8: inline edit, and using Iconify

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
  1. todo-mx

    To see the whole series or articles, you can check dev.to/rodbv. The repository of the code so far is at github.com/rodbv/todo-mx.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. iconify

    Universal icon framework. One syntax for FontAwesome, Material Design Icons, DashIcons, Feather Icons, EmojiOne, Noto Emoji and many other open source icon sets (over 150 icon sets and 200k icons). SVG framework, React, Vue and Svelte components!

    The last thing we want to do is to make the buttons nicer-looking. I've decided to use Iconify, an open-source, free alternative; specifically, their "Ming Cute - Line" set.

  4. Alpine.js

    A rugged, minimal framework for composing JavaScript behavior in your markup.

    As usual, there are a few possibilities here; one is to render both the with the title, and a form with for each row, and use plain Javascript (or AlpineJS) to toggle edit mode.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 6 Websites Most Helpful for Front-End Beginners

    2 projects | dev.to | 9 Oct 2024
  • 15+ Best Icon Libraries of 2024

    4 projects | dev.to | 8 Oct 2024
  • Show HN: I built a search engine for 200k open source icons

    1 project | news.ycombinator.com | 3 Apr 2024
  • Unleashing Iconify: Your Ultimate Solution for Icons

    2 projects | dev.to | 16 Oct 2023
  • What is your favourite place to find icons?

    2 projects | /r/graphic_design | 5 Jul 2023

Did you know that HTML is
the 9th most popular programming language
based on number of references?