Skip to content

A simple todo app built with HTMX using express and sqlite3

Notifications You must be signed in to change notification settings

devmrin/try-htmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trying out HTMX

A simple todo app to showcase basic capabilities of HTMX.

Getting Started

command description
npm i install all packages
npm run dev run the app on http://localhost:3000/

Stack

  • Express as server for various routes as well as serving initial static HTML
  • SQLite3 as database
  • Pico.css as library for minimal css defaults

About

A simple todo app built with HTMX using express and sqlite3

Resources

Stars

Watchers

Forks