Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajasegar/htmx-notes
- Owner: rajasegar
- Created: 2021-04-02T07:00:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T05:45:21.000Z (over 3 years ago)
- Last Synced: 2024-10-10T16:30:49.299Z (29 days ago)
- Topics: htmx, markdown, note-taking, notes-app
- Language: CSS
- Homepage: https://htmx-notes.herokuapp.com/
- Size: 2.93 MB
- Stars: 13
- 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)
![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`.