Skip to content

muhme/turbo-todo

 
 

Repository files navigation

README

The code in this repository is intended to accompany the tutorial originally published here.

This application is a simple todo list, built with Rails 7, import maps, and Turbo. In it, we use Turbo Streams and Turbo Frames to allow users to create, edit, and delete todos without full page turns or custom JavaScript.

To run this application locally, clone the repository and then:

bundle install
rails db:create db:migrate
bin/dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.4%
  • HTML 26.3%
  • JavaScript 4.0%
  • CSS 2.0%
  • Shell 0.3%