Build a Trello clone with Ruby on Rails, RankedModel and jQuery Sortable
It takes half an hour and 9 commits to build a basic Trello clone with Ruby on Rails!
Result:
Tools:
- Rails 6
- gem ranked-model
- jquery-ui-sortable
Features:
- create Lists
- create Tasks
- sort Lists
- sort Tasks
- move Tasks between Lists
- persist changes in the database
Did you like this article? Did it save you some time?
You might also like:
- Trello Clone: drag, drop and save changes with Ranked-Model, SortableJs and RequestJs
- Ruby on Rails 6+: install jQuery with yarn and webpacker
- Polymorphism 101. Part 3 of 3. ActsAsTaggable without a gem. SelectizeJS
- Heroku upload local database to production
- Test Omniauth authentication (github, azure)