Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobsteves/rails-draggable-todo
A drag and drop sortable list in Rails.
https://github.com/jacobsteves/rails-draggable-todo
Last synced: about 2 months ago
JSON representation
A drag and drop sortable list in Rails.
- Host: GitHub
- URL: https://github.com/jacobsteves/rails-draggable-todo
- Owner: jacobsteves
- License: mit
- Created: 2018-01-01T04:20:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T02:02:54.000Z (over 6 years ago)
- Last Synced: 2023-11-08T19:49:43.461Z (about 1 year ago)
- Language: Ruby
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Draggable Todo
A drag and drop sortable todo list in Rails.## Demo
![Demo gif](demo/dragAndSort.gif)## Getting Started
### Prerequisites
* A Ruby Version Manager
* A package manager, like [bundler](http://bundler.io/)### Installing
* Clone this repo.
```
git clone https://github.com/jacobsteves/Rails-Draggable-Todo.git
```* Initialize our local repo:
```
bundle install && rake db:migrate
```* Start the rails server:
```
rails s
```## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/jacobsteves/Rails-Draggable-Todo/tags).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details