Skip to content

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.

License

Notifications You must be signed in to change notification settings

sohinipattanayak/html-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Description


Collaborative Notes with htmx 2.0

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.

Features

  • 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.

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/htmx-notes.git
    cd htmx-notes
  2. Install dependencies:

    npm install
  3. Start the server:

    node server.js
  4. Open your browser: Navigate to http://localhost:3000 to see the application in action.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published