Project

todo_rails

0.0
No commit activity in last 3 years
No release in over 3 years
Make a simple todo app on your web app with just two line of codes. It is really easy to share your tasks about your web app with other with this app.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

TODO-Rails

Make a simple TODO app on your web app with just two line of codes. It is really easy to share your tasks about your web app with other with this app.

Installation

Add this line to your application's Gemfile:

gem 'todo-rails'

And then execute:

$ bundle

Run

 rake db:migrate

Add

mount TodoRails::Engine => "/todos", as: 'todo'

to your routes.rb.

Create config/todo-rails.yml with the following:

title: 'TODO'
add_label: 'Add tasks'
remaining_label: '{{remaining()}} of {{todos.length}} remaining'

and open http://localhost:3000/todos.

TODO:

  • Comments
  • Archieve items
  • The name of the person, whom this task belongs to
  • Date and time