https://github.com/fkoler/htmx-project
HTMX with a Node/Express server
https://github.com/fkoler/htmx-project
express htmx javascript tailwind
Last synced: 2 months ago
JSON representation
HTMX with a Node/Express server
- Host: GitHub
- URL: https://github.com/fkoler/htmx-project
- Owner: fkoler
- Created: 2024-03-17T22:44:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T13:10:34.000Z (about 2 years ago)
- Last Synced: 2025-01-19T19:58:20.967Z (over 1 year ago)
- Topics: express, htmx, javascript, tailwind
- Language: HTML
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HTMX Project Overview
- Contained within this repository is the code for HTMX examples, intended for Node.js/Express server environments. All HTMX functionality resides within the /public \*.html files.
Key Examples:
- request.html: Demonstrates event triggering, request handling, target setting, and more.
- temperature.html: Features a basic temperature converter.
- polling.html: Illustrates polling behavior, making periodic requests to a mock weather API.
- search.html: Presents a contact search widget.
- validation.html: Provides an inline validation example.
- profile.html: Showcases a simple profile interface with click-to-edit functionality.
Usage Instructions:
Install Dependencies:
```bash
npm i
```
Visit the desired HTML page (e.g., http://localhost:3000/search.html) in your browser to explore the examples.