Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/htmx-twitter-clone
Twitter clone in htmx
https://github.com/rajasegar/htmx-twitter-clone
htmx twitter-clone
Last synced: 17 days ago
JSON representation
Twitter clone in htmx
- Host: GitHub
- URL: https://github.com/rajasegar/htmx-twitter-clone
- Owner: rajasegar
- Created: 2021-03-08T08:20:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T06:10:40.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:34:35.098Z (about 1 month ago)
- Topics: htmx, twitter-clone
- Language: JavaScript
- Homepage: https://htmx-twitter.herokuapp.com
- Size: 200 KB
- Stars: 39
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - htmx-twitter-clone - A Twitter clone built using htmx. (Examples by Back-end / Express)
README
# htmx-twitter-clone
A Twitter clone in [htmx](https://htmx.org) and NodeYou can view the live demo [here](https://htmx-twitter.herokuapp.com)
## Usage
Clone this repo, install dependencies and start the server.
```
git clone https://github.com/rajasegar/htmx-twitter-clone
cd htmx-twitter-clone
npm install
npm start
```You can view the application in `localhost:3000`
![demo gif](demo.gif)