Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumebriday/rails-place
r/place clone built with Rails and Hotwire
https://github.com/guillaumebriday/rails-place
hotwire r-place rails reddit
Last synced: about 18 hours ago
JSON representation
r/place clone built with Rails and Hotwire
- Host: GitHub
- URL: https://github.com/guillaumebriday/rails-place
- Owner: guillaumebriday
- License: mit
- Created: 2023-01-05T04:37:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T04:52:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-05T13:09:46.240Z (18 days ago)
- Topics: hotwire, r-place, rails, reddit
- Language: Ruby
- Homepage: https://rails-place.guillaumebriday.fr
- Size: 43 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# r/place on Rails
[r/place](https://www.reddit.com/r/place/) clone built with [Rails](https://rubyonrails.org/) and [Hotwire](https://hotwired.dev/).
## Purpose
This project is a Proof of Concept (PoC).
It requires almost no JavaScript at all, as you can see in the `app/assets/javascript` folder, thanks to Hotwire.
## Demo
👉 https://rails-place.guillaumebriday.fr
## Limitations and Improvements
- It does not scale on the frontend because of the number of DOM elements.
- We should not use DIVs to create the tiles, it does not make sense.
- We should save the grid into a database, not only in Redis.
- We should add cooldown timer in the UI, not only a 422 error response.## Contributing
Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.
## License
This project is released under the [MIT](http://opensource.org/licenses/MIT) license.