mrhead / todos

A simple to-do list application built with Hotwire and Ruby on Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ajax To-dos

A simple to-do list application created with Hotwire and Ruby on Rails.

Ajax to-dos GIF

Note: This app was originally created with SJR (Server-generated JavaScript Responses) which are kind of old predecessors of Hotwire. You can find the SJR version in the sjr branch. R.I.P. SJR.

Installation

Clone the repository:

git clone git@github.com:mrhead/todos.git

Setup the application:

cd todos
./bin/setup

Start the webserver and esbuild watch process:

./bin/dev

Go to http://localhost:3000/.

Testing

Run:

rails test
rails test:system

About

A simple to-do list application built with Hotwire and Ruby on Rails.


Languages

Language:Ruby 69.2%Language:HTML 20.0%Language:SCSS 7.0%Language:JavaScript 3.4%Language:Shell 0.4%