Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajasegar/htmx-notes

Notes app in htmx
https://github.com/rajasegar/htmx-notes

htmx markdown note-taking notes-app

Last synced: 16 days ago
JSON representation

Notes app in htmx

Awesome Lists containing this project

README

        

# htmx-notes

This is a demo note-taking app using markdown inspired by the [React Server Components demo](https://github.com/reactjs/server-components-demo) written using
[htmx](https://htmx.org) and [Express.js](https://expressjs.com).

[Demo](https://htmx-notes.herokuapp.com)

![htmx notes demo](htmx-notes.gif)

## Local development
Clone the git repo, install the dependencies and start the server.
```
git clone https://github.com/rajasegar/htmx-notes
cd htmx-notes
npm install
npm start
```

You can view the demo app in action at `http://localhost:3000`.