git clone git@github.com:binarygit/my-todo.git
cd my-todo
bundle
rails db:migrate
bin/dev
This is a pretty simple app. It has a single model called TodoItem and one controller TodoItemsController.
You can create, edit, destroy, complete todo_items from the root page
/todo_items itself. All thanks to Turbo!
