https://github.com/rajasegar/htmx-notes
Notes app in htmx
https://github.com/rajasegar/htmx-notes
htmx markdown note-taking notes-app
Last synced: about 1 month ago
JSON representation
Notes app in htmx
- Host: GitHub
- URL: https://github.com/rajasegar/htmx-notes
- Owner: rajasegar
- Created: 2021-04-02T07:00:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T05:45:21.000Z (about 4 years ago)
- Last Synced: 2025-02-25T19:42:55.642Z (about 2 months ago)
- Topics: htmx, markdown, note-taking, notes-app
- Language: CSS
- Homepage: https://htmx-notes.herokuapp.com/
- Size: 2.93 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - htmx-notes - A Note-taking app using Markdown inspired by React Server Components demo. (Examples by Back-end / Express)
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)

## 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`.