A real-time collaborative notes application built with htmx 2.0 and Express.js. This project demonstrates how to use htmx for dynamic content updates and interactive web applications with minimal JavaScript.
- Add, edit, and delete notes in real-time.
- Partial page updates using htmx for a seamless user experience.
- Minimal JavaScript required for dynamic interactivity.
- Simple server-side rendering with Express.js.
-
Clone the repository:
git clone https://github.com/your-username/htmx-notes.git cd htmx-notes
-
Install dependencies:
npm install
-
Start the server:
node server.js
-
Open your browser: Navigate to
http://localhost:3000
to see the application in action.