Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codediodeio/tasksnail

Rails, AJAX, and Devise - Single Page Application Demo
https://github.com/codediodeio/tasksnail

Last synced: about 1 month ago
JSON representation

Rails, AJAX, and Devise - Single Page Application Demo

Awesome Lists containing this project

README

        

# TaskSnail

TaskSnail is a one-page task management app that uses Rails and Devise.

## Live Demo

[TaskSnail](http://tasksnail.com)

## Parts

- Ruby 2.2.0
- Rails 4.2
- Devise
- Zurb Foundation

## Installation

- `git clone`
- `bundle install`
- `rake db:migrate`

## Contributing

1. Fork it ( https://github.com/codediodeio/tasksnail )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request