This a simple single-page Todo App.
Multiple lists of todo items can be generated. Each todo list contains its own todo items. These can be marked as completed or deleted.
This is based on the blog site that Mackenzie Child: How To Build A Todo App In Rails 4 has build. However it has been built using Rails 5.
For more information, see Mackenzie Child.
- Rails 5.0.2
- Ruby 2.3.0
- RVM 1.29.1
These are some of the features that have been added to the web page.
- A Todo List Scaffold for main todo lists
- A Todo Item model and controller for individual items associated with the main todo Lists
- A patch method to be able to show items as complete
- Front-end styling (Credit to Mackenzie Child)
Commands used to create models and controllers. link
These are snapshots of the various pages of the app. link